Html Css Color HEX #554320 Bronze Olive

📋 copy color: '#554320'

red 85 ◦ green 67 ◦ blue 32

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

Shades of Bronze Olive #554320

Tints of Bronze Olive #554320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.39%

R = 46.2%
G = 36.41%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#554320 (or 0x554320) is known color: Bronze Olive. HEX triplet: 55, 43 and 20. RGB value is (85,67,32). Sum of RGB (Red+Green+Blue) = 85+67+32=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #554320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554320 is #AABCDF. Grayscale: #444444. Windows color (decimal): -11189472 or 2114389. OLE color: 2114389.

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

Color convert

RGB 85 67 32 -
CMYK 0 0.21 0.62 0.67
HSL 39.62º 0.45% 0.23% -
HSV(B) 39.62º 0.62% 0.33% -
XYZ 6.01 6.05 2.22 -
YUV 68.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 85 67 32 0 0.21 0.62 0.67 39.62 0.45 0.23
Hex 55 43 20 0 15 3E 43 28 2D 17
Octal 125 103 40 0 25 76 103 50 55 27
Binary 1010101 1000011 100000 0 10101 111110 1000011 101000 101101 10111

Color Harmonies of #554320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554320

Black with #554320

Text Example


Text Example

White with #554320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554320; }

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

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

background-color css

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

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

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

border-color css

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

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

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