Html Css Color HEX #574308 Bronze Olive

📋 copy color: '#574308'

red 87 ◦ green 67 ◦ blue 8

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

Shades of Bronze Olive #574308

Tints of Bronze Olive #574308

RGB

 RED value IS 87 (34.38% from 255) = 53.7%

 GREEN value IS 67 (26.56% from 255) = 41.36%

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

R = 53.7%
G = 41.36%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#574308 (or 0x574308) is known color: Bronze Olive. HEX triplet: 57, 43 and 08. RGB value is (87,67,8). Sum of RGB (Red+Green+Blue) = 87+67+8=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #574308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574308 is #A8BCF7. Grayscale: #424242. Windows color (decimal): -11058424 or 541527. OLE color: 541527.

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

Color convert

RGB 87 67 8 -
CMYK 0 0.23 0.91 0.66
HSL 44.81º 0.83% 0.19% -
HSV(B) 44.81º 0.91% 0.34% -
XYZ 5.98 6.06 1.08 -
YUV 66.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 87 67 8 0 0.23 0.91 0.66 44.81 0.83 0.19
Hex 57 43 8 0 17 5B 42 2D 53 13
Octal 127 103 10 0 27 133 102 55 123 23
Binary 1010111 1000011 1000 0 10111 1011011 1000010 101101 1010011 10011

Color Harmonies of #574308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574308

Black with #574308

Text Example


Text Example

White with #574308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574308; }

 p { color: rgb(87,67,8); }

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

background-color css

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

 a { background-color: rgb(87,67,8); }

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

border-color css

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

 span { border-color: rgb(87,67,8); }

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