Html Css Color HEX #55431F Bronze Olive

📋 copy color: '#55431F'

red 85 ◦ green 67 ◦ blue 31

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

Shades of Bronze Olive #55431F

Tints of Bronze Olive #55431F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.94%

R = 46.45%
G = 36.61%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55431F (or 0x55431F) is known color: Bronze Olive. HEX triplet: 55, 43 and 1F. RGB value is (85,67,31). Sum of RGB (Red+Green+Blue) = 85+67+31=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55431F is #AABCE0. Grayscale: #444444. Windows color (decimal): -11189473 or 2048853. OLE color: 2048853.

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

Color convert

RGB 85 67 31 -
CMYK 0 0.21 0.64 0.67
HSL 40º 0.47% 0.23% -
HSV(B) 40º 0.64% 0.33% -
XYZ 6 6.04 2.15 -
YUV 68.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 85 67 31 0 0.21 0.64 0.67 40 0.47 0.23
Hex 55 43 1F 0 15 40 43 28 2F 17
Octal 125 103 37 0 25 100 103 50 57 27
Binary 1010101 1000011 11111 0 10101 1000000 1000011 101000 101111 10111

Color Harmonies of #55431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55431F

Black with #55431F

Text Example


Text Example

White with #55431F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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