Html Css Color HEX #574626 Bronze Olive

📋 copy color: '#574626'

red 87 ◦ green 70 ◦ blue 38

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

Shades of Bronze Olive #574626

Tints of Bronze Olive #574626

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.9%

 BLUE value IS 38 (15.23% from 255) = 19.49%

R = 44.62%
G = 35.9%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#574626 (or 0x574626) is known color: Bronze Olive. HEX triplet: 57, 46 and 26. RGB value is (87,70,38). Sum of RGB (Red+Green+Blue) = 87+70+38=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #574626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574626 is #A8B9D9. Grayscale: #474747. Windows color (decimal): -11057626 or 2508375. OLE color: 2508375.

HSL color Cylindrical-coordinate representation of color #574626: hue angle of 39.18º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #574626 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 70 38 -
CMYK 0 0.20 0.56 0.66
HSL 39.18º 0.39% 0.25% -
HSV(B) 39.18º 0.56% 0.34% -
XYZ 6.47 6.55 2.76 -
YUV 71.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 87 70 38 0 0.20 0.56 0.66 39.18 0.39 0.25
Hex 57 46 26 0 14 38 42 27 27 19
Octal 127 106 46 0 24 70 102 47 47 31
Binary 1010111 1000110 100110 0 10100 111000 1000010 100111 100111 11001

Color Harmonies of #574626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574626

Black with #574626

Text Example


Text Example

White with #574626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574626; }

 p { color: rgb(87,70,38); }

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

background-color css

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

 a { background-color: rgb(87,70,38); }

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

border-color css

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

 span { border-color: rgb(87,70,38); }

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