Html Css Color HEX #554533 Deep Bronze

📋 copy color: '#554533'

red 85 ◦ green 69 ◦ blue 51

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

Shades of Deep Bronze #554533

Tints of Deep Bronze #554533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.66%

 BLUE value IS 51 (20.31% from 255) = 24.88%

R = 41.46%
G = 33.66%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#554533 (or 0x554533) is known color: Deep Bronze. HEX triplet: 55, 45 and 33. RGB value is (85,69,51). Sum of RGB (Red+Green+Blue) = 85+69+51=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #554533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554533 is #AABACC. Grayscale: #474747. Windows color (decimal): -11188941 or 3360085. OLE color: 3360085.

HSL color Cylindrical-coordinate representation of color #554533: hue angle of 31.76º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #554533 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 69 51 -
CMYK 0 0.19 0.40 0.67
HSL 31.76º 0.25% 0.27% -
HSV(B) 31.76º 0.4% 0.33% -
XYZ 6.47 6.43 4.03 -
YUV 71.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 85 69 51 0 0.19 0.40 0.67 31.76 0.25 0.27
Hex 55 45 33 0 13 28 43 20 19 1B
Octal 125 105 63 0 23 50 103 40 31 33
Binary 1010101 1000101 110011 0 10011 101000 1000011 100000 11001 11011

Color Harmonies of #554533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554533

Black with #554533

Text Example


Text Example

White with #554533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554533; }

 p { color: rgb(85,69,51); }

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

background-color css

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

 a { background-color: rgb(85,69,51); }

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

border-color css

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

 span { border-color: rgb(85,69,51); }

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