Html Css Color HEX #554A02 Bronze Olive

📋 copy color: '#554A02'

red 85 ◦ green 74 ◦ blue 2

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

Shades of Bronze Olive #554A02

Tints of Bronze Olive #554A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.24%

R = 52.8%
G = 45.96%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#554A02 (or 0x554A02) is known color: Bronze Olive. HEX triplet: 55, 4A and 02. RGB value is (85,74,2). Sum of RGB (Red+Green+Blue) = 85+74+2=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #554A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554A02 is #AAB5FD. Grayscale: #454545. Windows color (decimal): -11187710 or 150101. OLE color: 150101.

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

Color convert

RGB 85 74 2 -
CMYK 0 0.13 0.98 0.67
HSL 52.05º 0.95% 0.17% -
HSV(B) 52.05º 0.98% 0.33% -
XYZ 6.21 6.83 1.05 -
YUV 69.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 85 74 2 0 0.13 0.98 0.67 52.05 0.95 0.17
Hex 55 4A 2 0 D 62 43 34 5F 11
Octal 125 112 2 0 15 142 103 64 137 21
Binary 1010101 1001010 10 0 1101 1100010 1000011 110100 1011111 10001

Color Harmonies of #554A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A02

Black with #554A02

Text Example


Text Example

White with #554A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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