Html Css Color HEX #553F2B Deep Bronze

📋 copy color: '#553F2B'

red 85 ◦ green 63 ◦ blue 43

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

Shades of Deep Bronze #553F2B

Tints of Deep Bronze #553F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.51%

R = 44.5%
G = 32.98%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#553F2B (or 0x553F2B) is known color: Deep Bronze. HEX triplet: 55, 3F and 2B. RGB value is (85,63,43). Sum of RGB (Red+Green+Blue) = 85+63+43=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #553F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F2B is #AAC0D4. Grayscale: #434343. Windows color (decimal): -11190485 or 2834261. OLE color: 2834261.

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

Color convert

RGB 85 63 43 -
CMYK 0 0.26 0.49 0.67
HSL 28.57º 0.33% 0.25% -
HSV(B) 28.57º 0.49% 0.33% -
XYZ 5.96 5.66 3.06 -
YUV 67.3 114.29 140.63 -
System Red Green Blue C M Y K H S L
Decimal 85 63 43 0 0.26 0.49 0.67 28.57 0.33 0.25
Hex 55 3F 2B 0 1A 31 43 1D 21 19
Octal 125 77 53 0 32 61 103 35 41 31
Binary 1010101 111111 101011 0 11010 110001 1000011 11101 100001 11001

Color Harmonies of #553F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F2B

Black with #553F2B

Text Example


Text Example

White with #553F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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