Html Css Color HEX #554222 Deep Bronze

📋 copy color: '#554222'

red 85 ◦ green 66 ◦ blue 34

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

Shades of Deep Bronze #554222

Tints of Deep Bronze #554222

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.68%

 BLUE value IS 34 (13.67% from 255) = 18.38%

R = 45.95%
G = 35.68%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#554222 (or 0x554222) is known color: Deep Bronze. HEX triplet: 55, 42 and 22. RGB value is (85,66,34). Sum of RGB (Red+Green+Blue) = 85+66+34=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #554222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554222 is #AABDDD. Grayscale: #444444. Windows color (decimal): -11189726 or 2245205. OLE color: 2245205.

HSL color Cylindrical-coordinate representation of color #554222: hue angle of 37.65º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554222 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 66 34 -
CMYK 0 0.22 0.60 0.67
HSL 37.65º 0.43% 0.23% -
HSV(B) 37.65º 0.6% 0.33% -
XYZ 5.98 5.94 2.35 -
YUV 68.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 85 66 34 0 0.22 0.60 0.67 37.65 0.43 0.23
Hex 55 42 22 0 16 3C 43 26 2B 17
Octal 125 102 42 0 26 74 103 46 53 27
Binary 1010101 1000010 100010 0 10110 111100 1000011 100110 101011 10111

Color Harmonies of #554222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554222

Black with #554222

Text Example


Text Example

White with #554222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554222; }

 p { color: rgb(85,66,34); }

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

background-color css

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

 a { background-color: rgb(85,66,34); }

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

border-color css

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

 span { border-color: rgb(85,66,34); }

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