Html Css Color HEX #55412A Deep Bronze

📋 copy color: '#55412A'

red 85 ◦ green 65 ◦ blue 42

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

Shades of Deep Bronze #55412A

Tints of Deep Bronze #55412A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.85%

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

R = 44.27%
G = 33.85%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#55412A (or 0x55412A) is known color: Deep Bronze. HEX triplet: 55, 41 and 2A. RGB value is (85,65,42). Sum of RGB (Red+Green+Blue) = 85+65+42=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #55412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55412A is #AABED5. Grayscale: #444444. Windows color (decimal): -11189974 or 2769237. OLE color: 2769237.

HSL color Cylindrical-coordinate representation of color #55412A: hue angle of 32.09º 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 #55412A is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 65 42 -
CMYK 0 0.24 0.51 0.67
HSL 32.09º 0.34% 0.25% -
HSV(B) 32.09º 0.51% 0.33% -
XYZ 6.05 5.88 3.01 -
YUV 68.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 85 65 42 0 0.24 0.51 0.67 32.09 0.34 0.25
Hex 55 41 2A 0 18 33 43 20 22 19
Octal 125 101 52 0 30 63 103 40 42 31
Binary 1010101 1000001 101010 0 11000 110011 1000011 100000 100010 11001

Color Harmonies of #55412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55412A

Black with #55412A

Text Example


Text Example

White with #55412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55412A; }

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

 H1.HeaderClassName
 {
   color: #55412A;
 }
 .AnyTagClassName
 {
   color: #55412A;
 }
</style>

background-color css

<style>
 a { background-color: #55412A; }

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

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

border-color css

<style>
 span { border-color: #55412A; }

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

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