Html Css Color HEX #55431E Bronze Olive

📋 copy color: '#55431E'

red 85 ◦ green 67 ◦ blue 30

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

Shades of Bronze Olive #55431E

Tints of Bronze Olive #55431E

RGB

 RED value IS 85 (33.59% from 255) = 46.7%

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

 BLUE value IS 30 (12.11% from 255) = 16.48%

R = 46.7%
G = 36.81%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#55431E (or 0x55431E) is known color: Bronze Olive. HEX triplet: 55, 43 and 1E. RGB value is (85,67,30). Sum of RGB (Red+Green+Blue) = 85+67+30=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55431E is #AABCE1. Grayscale: #444444. Windows color (decimal): -11189474 or 1983317. OLE color: 1983317.

HSL color Cylindrical-coordinate representation of color #55431E: hue angle of 40.36º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55431E is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 67 30 -
CMYK 0 0.21 0.65 0.67
HSL 40.36º 0.48% 0.23% -
HSV(B) 40.36º 0.65% 0.33% -
XYZ 5.99 6.04 2.08 -
YUV 68.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 85 67 30 0 0.21 0.65 0.67 40.36 0.48 0.23
Hex 55 43 1E 0 15 41 43 28 30 17
Octal 125 103 36 0 25 101 103 50 60 27
Binary 1010101 1000011 11110 0 10101 1000001 1000011 101000 110000 10111

Color Harmonies of #55431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55431E

Black with #55431E

Text Example


Text Example

White with #55431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55431E; }

 p { color: rgb(85,67,30); }

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

background-color css

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

 a { background-color: rgb(85,67,30); }

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

border-color css

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

 span { border-color: rgb(85,67,30); }

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