Html Css Color HEX #554309 Bronze Olive

📋 copy color: '#554309'

red 85 ◦ green 67 ◦ blue 9

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

Shades of Bronze Olive #554309

Tints of Bronze Olive #554309

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.61%

 BLUE value IS 9 (3.91% from 255) = 5.59%

R = 52.8%
G = 41.61%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#554309 (or 0x554309) is known color: Bronze Olive. HEX triplet: 55, 43 and 09. RGB value is (85,67,9). Sum of RGB (Red+Green+Blue) = 85+67+9=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #554309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554309 is #AABCF6. Grayscale: #424242. Windows color (decimal): -11189495 or 607061. OLE color: 607061.

HSL color Cylindrical-coordinate representation of color #554309: hue angle of 45.79º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #554309 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 67 9 -
CMYK 0 0.21 0.89 0.67
HSL 45.79º 0.81% 0.18% -
HSV(B) 45.79º 0.89% 0.33% -
XYZ 5.8 5.97 1.1 -
YUV 65.77 95.96 141.72 -
System Red Green Blue C M Y K H S L
Decimal 85 67 9 0 0.21 0.89 0.67 45.79 0.81 0.18
Hex 55 43 9 0 15 59 43 2E 51 12
Octal 125 103 11 0 25 131 103 56 121 22
Binary 1010101 1000011 1001 0 10101 1011001 1000011 101110 1010001 10010

Color Harmonies of #554309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554309

Black with #554309

Text Example


Text Example

White with #554309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554309; }

 p { color: rgb(85,67,9); }

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

background-color css

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

 a { background-color: rgb(85,67,9); }

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

border-color css

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

 span { border-color: rgb(85,67,9); }

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