Html Css Color HEX #564B08 Bronze Olive

📋 copy color: '#564B08'

red 86 ◦ green 75 ◦ blue 8

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

Shades of Bronze Olive #564B08

Tints of Bronze Olive #564B08

RGB

 RED value IS 86 (33.98% from 255) = 50.89%

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

 BLUE value IS 8 (3.52% from 255) = 4.73%

R = 50.89%
G = 44.38%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#564B08 (or 0x564B08) is known color: Bronze Olive. HEX triplet: 56, 4B and 08. RGB value is (86,75,8). Sum of RGB (Red+Green+Blue) = 86+75+8=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #564B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564B08 is #A9B4F7. Grayscale: #464646. Windows color (decimal): -11121912 or 543574. OLE color: 543574.

HSL color Cylindrical-coordinate representation of color #564B08: hue angle of 51.54º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #564B08 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 75 8 -
CMYK 0 0.13 0.91 0.66
HSL 51.54º 0.83% 0.18% -
HSV(B) 51.54º 0.91% 0.34% -
XYZ 6.4 7.03 1.25 -
YUV 70.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 86 75 8 0 0.13 0.91 0.66 51.54 0.83 0.18
Hex 56 4B 8 0 D 5B 42 34 53 12
Octal 126 113 10 0 15 133 102 64 123 22
Binary 1010110 1001011 1000 0 1101 1011011 1000010 110100 1010011 10010

Color Harmonies of #564B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564B08

Black with #564B08

Text Example


Text Example

White with #564B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564B08; }

 p { color: rgb(86,75,8); }

 H1.HeaderClassName
 {
   color: #564B08;
 }
 .AnyTagClassName
 {
   color: #564B08;
 }
</style>

background-color css

<style>
 a { background-color: #564B08; }

 a { background-color: rgb(86,75,8); }

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

border-color css

<style>
 span { border-color: #564B08; }

 span { border-color: rgb(86,75,8); }

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