Html Css Color HEX #55442F Deep Bronze

📋 copy color: '#55442F'

red 85 ◦ green 68 ◦ blue 47

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

Shades of Deep Bronze #55442F

Tints of Deep Bronze #55442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34%

 BLUE value IS 47 (18.75% from 255) = 23.5%

R = 42.5%
G = 34%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#55442F (or 0x55442F) is known color: Deep Bronze. HEX triplet: 55, 44 and 2F. RGB value is (85,68,47). Sum of RGB (Red+Green+Blue) = 85+68+47=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #55442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55442F is #AABBD0. Grayscale: #464646. Windows color (decimal): -11189201 or 3097685. OLE color: 3097685.

HSL color Cylindrical-coordinate representation of color #55442F: hue angle of 33.16º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55442F is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 68 47 -
CMYK 0 0.20 0.45 0.67
HSL 33.16º 0.29% 0.26% -
HSV(B) 33.16º 0.45% 0.33% -
XYZ 6.33 6.27 3.57 -
YUV 70.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 85 68 47 0 0.20 0.45 0.67 33.16 0.29 0.26
Hex 55 44 2F 0 14 2D 43 21 1D 1A
Octal 125 104 57 0 24 55 103 41 35 32
Binary 1010101 1000100 101111 0 10100 101101 1000011 100001 11101 11010

Color Harmonies of #55442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55442F

Black with #55442F

Text Example


Text Example

White with #55442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55442F; }

 p { color: rgb(85,68,47); }

 H1.HeaderClassName
 {
   color: #55442F;
 }
 .AnyTagClassName
 {
   color: #55442F;
 }
</style>

background-color css

<style>
 a { background-color: #55442F; }

 a { background-color: rgb(85,68,47); }

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

border-color css

<style>
 span { border-color: #55442F; }

 span { border-color: rgb(85,68,47); }

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