Html Css Color HEX #484033 Deep Bronze

📋 copy color: '#484033'

red 72 ◦ green 64 ◦ blue 51

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

Shades of Deep Bronze #484033

Tints of Deep Bronze #484033

RGB

 RED value IS 72 (28.52% from 255) = 38.5%

 GREEN value IS 64 (25.39% from 255) = 34.22%

 BLUE value IS 51 (20.31% from 255) = 27.27%

R = 38.5%
G = 34.22%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#484033 (or 0x484033) is known color: Deep Bronze. HEX triplet: 48, 40 and 33. RGB value is (72,64,51). Sum of RGB (Red+Green+Blue) = 72+64+51=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #484033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484033 is #B7BFCC. Grayscale: #404040. Windows color (decimal): -12042189 or 3358792. OLE color: 3358792.

HSL color Cylindrical-coordinate representation of color #484033: hue angle of 37.14º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #484033 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 64 51 -
CMYK 0 0.11 0.29 0.72
HSL 37.14º 0.17% 0.24% -
HSV(B) 37.14º 0.29% 0.28% -
XYZ 5.1 5.28 3.88 -
YUV 64.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 72 64 51 0 0.11 0.29 0.72 37.14 0.17 0.24
Hex 48 40 33 0 B 1D 48 25 11 18
Octal 110 100 63 0 13 35 110 45 21 30
Binary 1001000 1000000 110011 0 1011 11101 1001000 100101 10001 11000

Color Harmonies of #484033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484033

Black with #484033

Text Example


Text Example

White with #484033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484033; }

 p { color: rgb(72,64,51); }

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

background-color css

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

 a { background-color: rgb(72,64,51); }

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

border-color css

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

 span { border-color: rgb(72,64,51); }

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