Html Css Color HEX #554410 Bronze Olive

📋 copy color: '#554410'

red 85 ◦ green 68 ◦ blue 16

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

Shades of Bronze Olive #554410

Tints of Bronze Olive #554410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.24%

 BLUE value IS 16 (6.64% from 255) = 9.47%

R = 50.3%
G = 40.24%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#554410 (or 0x554410) is known color: Bronze Olive. HEX triplet: 55, 44 and 10. RGB value is (85,68,16). Sum of RGB (Red+Green+Blue) = 85+68+16=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #554410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554410 is #AABBEF. Grayscale: #434343. Windows color (decimal): -11189232 or 1066069. OLE color: 1066069.

HSL color Cylindrical-coordinate representation of color #554410: hue angle of 45.22º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #554410 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 68 16 -
CMYK 0 0.20 0.81 0.67
HSL 45.22º 0.68% 0.2% -
HSV(B) 45.22º 0.81% 0.33% -
XYZ 5.91 6.1 1.36 -
YUV 67.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 85 68 16 0 0.20 0.81 0.67 45.22 0.68 0.2
Hex 55 44 10 0 14 51 43 2D 44 14
Octal 125 104 20 0 24 121 103 55 104 24
Binary 1010101 1000100 10000 0 10100 1010001 1000011 101101 1000100 10100

Color Harmonies of #554410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554410

Black with #554410

Text Example


Text Example

White with #554410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554410; }

 p { color: rgb(85,68,16); }

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

background-color css

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

 a { background-color: rgb(85,68,16); }

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

border-color css

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

 span { border-color: rgb(85,68,16); }

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