Html Css Color HEX #554B1C Bronze Olive

📋 copy color: '#554B1C'

red 85 ◦ green 75 ◦ blue 28

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

Shades of Bronze Olive #554B1C

Tints of Bronze Olive #554B1C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.89%

 BLUE value IS 28 (11.33% from 255) = 14.89%

R = 45.21%
G = 39.89%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#554B1C (or 0x554B1C) is known color: Bronze Olive. HEX triplet: 55, 4B and 1C. RGB value is (85,75,28). Sum of RGB (Red+Green+Blue) = 85+75+28=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #554B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B1C is #AAB4E3. Grayscale: #484848. Windows color (decimal): -11187428 or 1854293. OLE color: 1854293.

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

Color convert

RGB 85 75 28 -
CMYK 0 0.12 0.67 0.67
HSL 49.47º 0.5% 0.22% -
HSV(B) 49.47º 0.67% 0.33% -
XYZ 6.47 7.05 2.12 -
YUV 72.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 85 75 28 0 0.12 0.67 0.67 49.47 0.5 0.22
Hex 55 4B 1C 0 C 43 43 31 32 16
Octal 125 113 34 0 14 103 103 61 62 26
Binary 1010101 1001011 11100 0 1100 1000011 1000011 110001 110010 10110

Color Harmonies of #554B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554B1C

Black with #554B1C

Text Example


Text Example

White with #554B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,75,28); }

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

background-color css

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

 a { background-color: rgb(85,75,28); }

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

border-color css

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

 span { border-color: rgb(85,75,28); }

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