Html Css Color HEX #553F25 Deep Bronze

📋 copy color: '#553F25'

red 85 ◦ green 63 ◦ blue 37

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

Shades of Deep Bronze #553F25

Tints of Deep Bronze #553F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20%

R = 45.95%
G = 34.05%
B = 20%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#553F25 (or 0x553F25) is known color: Deep Bronze. HEX triplet: 55, 3F and 25. RGB value is (85,63,37). Sum of RGB (Red+Green+Blue) = 85+63+37=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #553F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F25 is #AAC0DA. Grayscale: #424242. Windows color (decimal): -11190491 or 2441045. OLE color: 2441045.

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

Color convert

RGB 85 63 37 -
CMYK 0 0.26 0.56 0.67
HSL 32.5º 0.39% 0.24% -
HSV(B) 32.5º 0.56% 0.33% -
XYZ 5.86 5.62 2.53 -
YUV 66.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 85 63 37 0 0.26 0.56 0.67 32.5 0.39 0.24
Hex 55 3F 25 0 1A 38 43 20 27 18
Octal 125 77 45 0 32 70 103 40 47 30
Binary 1010101 111111 100101 0 11010 111000 1000011 100000 100111 11000

Color Harmonies of #553F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F25

Black with #553F25

Text Example


Text Example

White with #553F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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