Html Css Color HEX #553E26 Deep Bronze

📋 copy color: '#553E26'

red 85 ◦ green 62 ◦ blue 38

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

Shades of Deep Bronze #553E26

Tints of Deep Bronze #553E26

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.51%

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

R = 45.95%
G = 33.51%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#553E26 (or 0x553E26) is known color: Deep Bronze. HEX triplet: 55, 3E and 26. RGB value is (85,62,38). Sum of RGB (Red+Green+Blue) = 85+62+38=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #553E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E26 is #AAC1D9. Grayscale: #424242. Windows color (decimal): -11190746 or 2506325. OLE color: 2506325.

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

Color convert

RGB 85 62 38 -
CMYK 0 0.27 0.55 0.67
HSL 30.64º 0.38% 0.24% -
HSV(B) 30.64º 0.55% 0.33% -
XYZ 5.82 5.52 2.59 -
YUV 66.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 85 62 38 0 0.27 0.55 0.67 30.64 0.38 0.24
Hex 55 3E 26 0 1B 37 43 1F 26 18
Octal 125 76 46 0 33 67 103 37 46 30
Binary 1010101 111110 100110 0 11011 110111 1000011 11111 100110 11000

Color Harmonies of #553E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553E26

Black with #553E26

Text Example


Text Example

White with #553E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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