Html Css Color HEX #555123 Bronze Olive

📋 copy color: '#555123'

red 85 ◦ green 81 ◦ blue 35

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

Shades of Bronze Olive #555123

Tints of Bronze Olive #555123

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.3%

 BLUE value IS 35 (14.06% from 255) = 17.41%

R = 42.29%
G = 40.3%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#555123 (or 0x555123) is known color: Bronze Olive. HEX triplet: 55, 51 and 23. RGB value is (85,81,35). Sum of RGB (Red+Green+Blue) = 85+81+35=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #555123 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555123 is #AAAEDC. Grayscale: #4D4D4D. Windows color (decimal): -11185885 or 2314581. OLE color: 2314581.

HSL color Cylindrical-coordinate representation of color #555123: hue angle of 55.2º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555123 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 81 35 -
CMYK 0 0.05 0.59 0.67
HSL 55.2º 0.42% 0.24% -
HSV(B) 55.2º 0.59% 0.33% -
XYZ 6.99 7.94 2.75 -
YUV 76.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 85 81 35 0 0.05 0.59 0.67 55.2 0.42 0.24
Hex 55 51 23 0 5 3B 43 37 2A 18
Octal 125 121 43 0 5 73 103 67 52 30
Binary 1010101 1010001 100011 0 101 111011 1000011 110111 101010 11000

Color Harmonies of #555123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555123

Black with #555123

Text Example


Text Example

White with #555123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555123; }

 p { color: rgb(85,81,35); }

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

background-color css

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

 a { background-color: rgb(85,81,35); }

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

border-color css

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

 span { border-color: rgb(85,81,35); }

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