Html Css Color HEX #553F22 Deep Bronze

📋 copy color: '#553F22'

red 85 ◦ green 63 ◦ blue 34

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

Shades of Deep Bronze #553F22

Tints of Deep Bronze #553F22

RGB

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

 GREEN value IS 63 (25% from 255) = 34.62%

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

R = 46.7%
G = 34.62%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#553F22 (or 0x553F22) is known color: Deep Bronze. HEX triplet: 55, 3F and 22. RGB value is (85,63,34). Sum of RGB (Red+Green+Blue) = 85+63+34=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #553F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F22 is #AAC0DD. Grayscale: #424242. Windows color (decimal): -11190494 or 2244437. OLE color: 2244437.

HSL color Cylindrical-coordinate representation of color #553F22: hue angle of 34.12º 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 #553F22 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 63 34 -
CMYK 0 0.26 0.60 0.67
HSL 34.12º 0.43% 0.23% -
HSV(B) 34.12º 0.6% 0.33% -
XYZ 5.81 5.6 2.29 -
YUV 66.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 85 63 34 0 0.26 0.60 0.67 34.12 0.43 0.23
Hex 55 3F 22 0 1A 3C 43 22 2B 17
Octal 125 77 42 0 32 74 103 42 53 27
Binary 1010101 111111 100010 0 11010 111100 1000011 100010 101011 10111

Color Harmonies of #553F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F22

Black with #553F22

Text Example


Text Example

White with #553F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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