Html Css Color HEX #483336 Cab Sav

📋 copy color: '#483336'

red 72 ◦ green 51 ◦ blue 54

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

Shades of Cab Sav #483336

Tints of Cab Sav #483336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.81%

 BLUE value IS 54 (21.48% from 255) = 30.51%

R = 40.68%
G = 28.81%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#483336 (or 0x483336) is known color: Cab Sav. HEX triplet: 48, 33 and 36. RGB value is (72,51,54). Sum of RGB (Red+Green+Blue) = 72+51+54=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #483336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483336 is #B7CCC9. Grayscale: #393939. Windows color (decimal): -12045514 or 3552072. OLE color: 3552072.

HSL color Cylindrical-coordinate representation of color #483336: hue angle of 351.43º 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 #483336 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 51 54 -
CMYK 0 0.29 0.25 0.72
HSL 351.43º 0.17% 0.24% -
HSV(B) 351.43º 0.29% 0.28% -
XYZ 4.52 4.01 4.03 -
YUV 57.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 72 51 54 0 0.29 0.25 0.72 351.43 0.17 0.24
Hex 48 33 36 0 1D 19 48 15F 11 18
Octal 110 63 66 0 35 31 110 537 21 30
Binary 1001000 110011 110110 0 11101 11001 1001000 101011111 10001 11000

Color Harmonies of #483336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483336

Black with #483336

Text Example


Text Example

White with #483336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483336; }

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

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

background-color css

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

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

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

border-color css

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

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

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