Html Css Color HEX #504232 Deep Bronze

📋 copy color: '#504232'

red 80 ◦ green 66 ◦ blue 50

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

Shades of Deep Bronze #504232

Tints of Deep Bronze #504232

RGB

 RED value IS 80 (31.64% from 255) = 40.82%

 GREEN value IS 66 (26.17% from 255) = 33.67%

 BLUE value IS 50 (19.92% from 255) = 25.51%

R = 40.82%
G = 33.67%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#504232 (or 0x504232) is known color: Deep Bronze. HEX triplet: 50, 42 and 32. RGB value is (80,66,50). Sum of RGB (Red+Green+Blue) = 80+66+50=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #504232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504232 is #AFBDCD. Grayscale: #444444. Windows color (decimal): -11517390 or 3293776. OLE color: 3293776.

HSL color Cylindrical-coordinate representation of color #504232: hue angle of 32º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #504232 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 66 50 -
CMYK 0 0.17 0.37 0.69
HSL 32º 0.23% 0.25% -
HSV(B) 32º 0.38% 0.31% -
XYZ 5.83 5.83 3.84 -
YUV 68.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 80 66 50 0 0.17 0.37 0.69 32 0.23 0.25
Hex 50 42 32 0 11 25 45 20 17 19
Octal 120 102 62 0 21 45 105 40 27 31
Binary 1010000 1000010 110010 0 10001 100101 1000101 100000 10111 11001

Color Harmonies of #504232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504232

Black with #504232

Text Example


Text Example

White with #504232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504232; }

 p { color: rgb(80,66,50); }

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

background-color css

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

 a { background-color: rgb(80,66,50); }

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

border-color css

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

 span { border-color: rgb(80,66,50); }

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