Html Css Color HEX #534B0D Bronze Olive

📋 copy color: '#534B0D'

red 83 ◦ green 75 ◦ blue 13

#534B0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #534B0D

Tints of Bronze Olive #534B0D

RGB

 RED value IS 83 (32.81% from 255) = 48.54%

 GREEN value IS 75 (29.69% from 255) = 43.86%

 BLUE value IS 13 (5.47% from 255) = 7.6%

R = 48.54%
G = 43.86%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#534B0D (or 0x534B0D) is known color: Bronze Olive. HEX triplet: 53, 4B and 0D. RGB value is (83,75,13). Sum of RGB (Red+Green+Blue) = 83+75+13=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #534B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B0D is #ACB4F2. Grayscale: #464646. Windows color (decimal): -11318515 or 871251. OLE color: 871251.

HSL color Cylindrical-coordinate representation of color #534B0D: hue angle of 53.14º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #534B0D is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 75 13 -
CMYK 0 0.10 0.84 0.67
HSL 53.14º 0.73% 0.19% -
HSV(B) 53.14º 0.84% 0.33% -
XYZ 6.16 6.9 1.39 -
YUV 70.32 95.65 137.04 -
System Red Green Blue C M Y K H S L
Decimal 83 75 13 0 0.10 0.84 0.67 53.14 0.73 0.19
Hex 53 4B D 0 A 54 43 35 49 13
Octal 123 113 15 0 12 124 103 65 111 23
Binary 1010011 1001011 1101 0 1010 1010100 1000011 110101 1001001 10011

Color Harmonies of #534B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B0D

Black with #534B0D

Text Example


Text Example

White with #534B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534B0D; }

 p { color: rgb(83,75,13); }

 H1.HeaderClassName
 {
   color: #534B0D;
 }
 .AnyTagClassName
 {
   color: #534B0D;
 }
</style>

background-color css

<style>
 a { background-color: #534B0D; }

 a { background-color: rgb(83,75,13); }

 div.DivClassName
 {
   background-color: #534B0D;
 }
 .BgClassName
 {
   background-color: #534B0D;
 }
</style>

border-color css

<style>
 span { border-color: #534B0D; }

 span { border-color: rgb(83,75,13); }

 td.TdClassName
 {
   border-color: #534B0D;
 }
 .TagClassName
 {
   border-color: #534B0D;
 }
</style>