Html Css Color HEX #553F26 Deep Bronze

📋 copy color: '#553F26'

red 85 ◦ green 63 ◦ blue 38

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

Shades of Deep Bronze #553F26

Tints of Deep Bronze #553F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.43%

R = 45.7%
G = 33.87%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#553F26 (or 0x553F26) is known color: Deep Bronze. HEX triplet: 55, 3F and 26. RGB value is (85,63,38). Sum of RGB (Red+Green+Blue) = 85+63+38=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #553F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F26 is #AAC0D9. Grayscale: #424242. Windows color (decimal): -11190490 or 2506581. OLE color: 2506581.

HSL color Cylindrical-coordinate representation of color #553F26: hue angle of 31.91º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #553F26 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 63 38 -
CMYK 0 0.26 0.55 0.67
HSL 31.91º 0.38% 0.24% -
HSV(B) 31.91º 0.55% 0.33% -
XYZ 5.87 5.63 2.61 -
YUV 66.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 85 63 38 0 0.26 0.55 0.67 31.91 0.38 0.24
Hex 55 3F 26 0 1A 37 43 20 26 18
Octal 125 77 46 0 32 67 103 40 46 30
Binary 1010101 111111 100110 0 11010 110111 1000011 100000 100110 11000

Color Harmonies of #553F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F26

Black with #553F26

Text Example


Text Example

White with #553F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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