Html Css Color HEX #554C1E Bronze Olive

📋 copy color: '#554C1E'

red 85 ◦ green 76 ◦ blue 30

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

Shades of Bronze Olive #554C1E

Tints of Bronze Olive #554C1E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.79%

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

R = 44.5%
G = 39.79%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#554C1E (or 0x554C1E) is known color: Bronze Olive. HEX triplet: 55, 4C and 1E. RGB value is (85,76,30). Sum of RGB (Red+Green+Blue) = 85+76+30=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #554C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C1E is #AAB3E1. Grayscale: #494949. Windows color (decimal): -11187170 or 1985621. OLE color: 1985621.

HSL color Cylindrical-coordinate representation of color #554C1E: hue angle of 50.18º 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 #554C1E is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 76 30 -
CMYK 0 0.11 0.65 0.67
HSL 50.18º 0.48% 0.23% -
HSV(B) 50.18º 0.65% 0.33% -
XYZ 6.57 7.19 2.27 -
YUV 73.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 85 76 30 0 0.11 0.65 0.67 50.18 0.48 0.23
Hex 55 4C 1E 0 B 41 43 32 30 17
Octal 125 114 36 0 13 101 103 62 60 27
Binary 1010101 1001100 11110 0 1011 1000001 1000011 110010 110000 10111

Color Harmonies of #554C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C1E

Black with #554C1E

Text Example


Text Example

White with #554C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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