Html Css Color HEX #504330 Deep Bronze

📋 copy color: '#504330'

red 80 ◦ green 67 ◦ blue 48

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

Shades of Deep Bronze #504330

Tints of Deep Bronze #504330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.62%

R = 41.03%
G = 34.36%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#504330 (or 0x504330) is known color: Deep Bronze. HEX triplet: 50, 43 and 30. RGB value is (80,67,48). Sum of RGB (Red+Green+Blue) = 80+67+48=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #504330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504330 is #AFBCCF. Grayscale: #444444. Windows color (decimal): -11517136 or 3162960. OLE color: 3162960.

HSL color Cylindrical-coordinate representation of color #504330: hue angle of 35.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #504330 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 67 48 -
CMYK 0 0.16 0.40 0.69
HSL 35.63º 0.25% 0.25% -
HSV(B) 35.63º 0.4% 0.31% -
XYZ 5.85 5.93 3.63 -
YUV 68.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 80 67 48 0 0.16 0.40 0.69 35.63 0.25 0.25
Hex 50 43 30 0 10 28 45 24 19 19
Octal 120 103 60 0 20 50 105 44 31 31
Binary 1010000 1000011 110000 0 10000 101000 1000101 100100 11001 11001

Color Harmonies of #504330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504330

Black with #504330

Text Example


Text Example

White with #504330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504330; }

 p { color: rgb(80,67,48); }

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

background-color css

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

 a { background-color: rgb(80,67,48); }

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

border-color css

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

 span { border-color: rgb(80,67,48); }

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