Html Css Color HEX #554A13 Bronze Olive

📋 copy color: '#554A13'

red 85 ◦ green 74 ◦ blue 19

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

Shades of Bronze Olive #554A13

Tints of Bronze Olive #554A13

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.57%

 BLUE value IS 19 (7.81% from 255) = 10.67%

R = 47.75%
G = 41.57%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#554A13 (or 0x554A13) is known color: Bronze Olive. HEX triplet: 55, 4A and 13. RGB value is (85,74,19). Sum of RGB (Red+Green+Blue) = 85+74+19=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #554A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554A13 is #AAB5EC. Grayscale: #474747. Windows color (decimal): -11187693 or 1264213. OLE color: 1264213.

HSL color Cylindrical-coordinate representation of color #554A13: hue angle of 50º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #554A13 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 74 19 -
CMYK 0 0.13 0.78 0.67
HSL 50º 0.63% 0.2% -
HSV(B) 50º 0.78% 0.33% -
XYZ 6.31 6.88 1.61 -
YUV 71.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 85 74 19 0 0.13 0.78 0.67 50 0.63 0.2
Hex 55 4A 13 0 D 4E 43 32 3F 14
Octal 125 112 23 0 15 116 103 62 77 24
Binary 1010101 1001010 10011 0 1101 1001110 1000011 110010 111111 10100

Color Harmonies of #554A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A13

Black with #554A13

Text Example


Text Example

White with #554A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,74,19); }

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

background-color css

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

 a { background-color: rgb(85,74,19); }

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

border-color css

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

 span { border-color: rgb(85,74,19); }

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