Html Css Color HEX #483033 Cab Sav

📋 copy color: '#483033'

red 72 ◦ green 48 ◦ blue 51

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

Shades of Cab Sav #483033

Tints of Cab Sav #483033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.07%

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

R = 42.11%
G = 28.07%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#483033 (or 0x483033) is known color: Cab Sav. HEX triplet: 48, 30 and 33. RGB value is (72,48,51). Sum of RGB (Red+Green+Blue) = 72+48+51=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #483033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483033 is #B7CFCC. Grayscale: #373737. Windows color (decimal): -12046285 or 3354696. OLE color: 3354696.

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

Color convert

RGB 72 48 51 -
CMYK 0 0.33 0.29 0.72
HSL 352.5º 0.2% 0.24% -
HSV(B) 352.5º 0.33% 0.28% -
XYZ 4.33 3.73 3.62 -
YUV 55.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 72 48 51 0 0.33 0.29 0.72 352.5 0.2 0.24
Hex 48 30 33 0 21 1D 48 160 14 18
Octal 110 60 63 0 41 35 110 540 24 30
Binary 1001000 110000 110011 0 100001 11101 1001000 101100000 10100 11000

Color Harmonies of #483033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483033

Black with #483033

Text Example


Text Example

White with #483033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483033; }

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

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

background-color css

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

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

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

border-color css

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

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

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