Html Css Color HEX #553F2A Deep Bronze

📋 copy color: '#553F2A'

red 85 ◦ green 63 ◦ blue 42

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

Shades of Deep Bronze #553F2A

Tints of Deep Bronze #553F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.11%

R = 44.74%
G = 33.16%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#553F2A (or 0x553F2A) is known color: Deep Bronze. HEX triplet: 55, 3F and 2A. RGB value is (85,63,42). Sum of RGB (Red+Green+Blue) = 85+63+42=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #553F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F2A is #AAC0D5. Grayscale: #434343. Windows color (decimal): -11190486 or 2768725. OLE color: 2768725.

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

Color convert

RGB 85 63 42 -
CMYK 0 0.26 0.51 0.67
HSL 29.3º 0.34% 0.25% -
HSV(B) 29.3º 0.51% 0.33% -
XYZ 5.94 5.65 2.97 -
YUV 67.18 113.79 140.71 -
System Red Green Blue C M Y K H S L
Decimal 85 63 42 0 0.26 0.51 0.67 29.3 0.34 0.25
Hex 55 3F 2A 0 1A 33 43 1D 22 19
Octal 125 77 52 0 32 63 103 35 42 31
Binary 1010101 111111 101010 0 11010 110011 1000011 11101 100010 11001

Color Harmonies of #553F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F2A

Black with #553F2A

Text Example


Text Example

White with #553F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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