Html Css Color HEX #554C1B Bronze Olive

📋 copy color: '#554C1B'

red 85 ◦ green 76 ◦ blue 27

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

Shades of Bronze Olive #554C1B

Tints of Bronze Olive #554C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.36%

R = 45.21%
G = 40.43%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#554C1B (or 0x554C1B) is known color: Bronze Olive. HEX triplet: 55, 4C and 1B. RGB value is (85,76,27). Sum of RGB (Red+Green+Blue) = 85+76+27=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #554C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C1B is #AAB3E4. Grayscale: #494949. Windows color (decimal): -11187173 or 1789013. OLE color: 1789013.

HSL color Cylindrical-coordinate representation of color #554C1B: hue angle of 50.69º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #554C1B is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 76 27 -
CMYK 0 0.11 0.68 0.67
HSL 50.69º 0.52% 0.22% -
HSV(B) 50.69º 0.68% 0.33% -
XYZ 6.53 7.18 2.08 -
YUV 73.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 85 76 27 0 0.11 0.68 0.67 50.69 0.52 0.22
Hex 55 4C 1B 0 B 44 43 33 34 16
Octal 125 114 33 0 13 104 103 63 64 26
Binary 1010101 1001100 11011 0 1011 1000100 1000011 110011 110100 10110

Color Harmonies of #554C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C1B

Black with #554C1B

Text Example


Text Example

White with #554C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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