Html Css Color HEX #55432F Deep Bronze

📋 copy color: '#55432F'

red 85 ◦ green 67 ◦ blue 47

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

Shades of Deep Bronze #55432F

Tints of Deep Bronze #55432F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.67%

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

R = 42.71%
G = 33.67%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#55432F (or 0x55432F) is known color: Deep Bronze. HEX triplet: 55, 43 and 2F. RGB value is (85,67,47). Sum of RGB (Red+Green+Blue) = 85+67+47=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #55432F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55432F is #AABCD0. Grayscale: #464646. Windows color (decimal): -11189457 or 3097429. OLE color: 3097429.

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

Color convert

RGB 85 67 47 -
CMYK 0 0.21 0.45 0.67
HSL 31.58º 0.29% 0.26% -
HSV(B) 31.58º 0.45% 0.33% -
XYZ 6.27 6.15 3.55 -
YUV 70.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 85 67 47 0 0.21 0.45 0.67 31.58 0.29 0.26
Hex 55 43 2F 0 15 2D 43 20 1D 1A
Octal 125 103 57 0 25 55 103 40 35 32
Binary 1010101 1000011 101111 0 10101 101101 1000011 100000 11101 11010

Color Harmonies of #55432F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55432F

Black with #55432F

Text Example


Text Example

White with #55432F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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