Html Css Color HEX #553E1F Deep Bronze

📋 copy color: '#553E1F'

red 85 ◦ green 62 ◦ blue 31

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

Shades of Deep Bronze #553E1F

Tints of Deep Bronze #553E1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.42%

R = 47.75%
G = 34.83%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#553E1F (or 0x553E1F) is known color: Deep Bronze. HEX triplet: 55, 3E and 1F. RGB value is (85,62,31). Sum of RGB (Red+Green+Blue) = 85+62+31=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #553E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E1F is #AAC1E0. Grayscale: #414141. Windows color (decimal): -11190753 or 2047573. OLE color: 2047573.

HSL color Cylindrical-coordinate representation of color #553E1F: hue angle of 34.44º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #553E1F is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 62 31 -
CMYK 0 0.27 0.64 0.67
HSL 34.44º 0.47% 0.23% -
HSV(B) 34.44º 0.64% 0.33% -
XYZ 5.72 5.48 2.05 -
YUV 65.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 85 62 31 0 0.27 0.64 0.67 34.44 0.47 0.23
Hex 55 3E 1F 0 1B 40 43 22 2F 17
Octal 125 76 37 0 33 100 103 42 57 27
Binary 1010101 111110 11111 0 11011 1000000 1000011 100010 101111 10111

Color Harmonies of #553E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553E1F

Black with #553E1F

Text Example


Text Example

White with #553E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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