Html Css Color HEX #55452F Deep Bronze

📋 copy color: '#55452F'

red 85 ◦ green 69 ◦ blue 47

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

Shades of Deep Bronze #55452F

Tints of Deep Bronze #55452F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.33%

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

R = 42.29%
G = 34.33%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#55452F (or 0x55452F) is known color: Deep Bronze. HEX triplet: 55, 45 and 2F. RGB value is (85,69,47). Sum of RGB (Red+Green+Blue) = 85+69+47=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #55452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55452F is #AABAD0. Grayscale: #474747. Windows color (decimal): -11188945 or 3097941. OLE color: 3097941.

HSL color Cylindrical-coordinate representation of color #55452F: hue angle of 34.74º 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 #55452F is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 69 47 -
CMYK 0 0.19 0.45 0.67
HSL 34.74º 0.29% 0.26% -
HSV(B) 34.74º 0.45% 0.33% -
XYZ 6.39 6.39 3.59 -
YUV 71.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 85 69 47 0 0.19 0.45 0.67 34.74 0.29 0.26
Hex 55 45 2F 0 13 2D 43 23 1D 1A
Octal 125 105 57 0 23 55 103 43 35 32
Binary 1010101 1000101 101111 0 10011 101101 1000011 100011 11101 11010

Color Harmonies of #55452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55452F

Black with #55452F

Text Example


Text Example

White with #55452F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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