Html Css Color HEX #482F33 Cab Sav

📋 copy color: '#482F33'

red 72 ◦ green 47 ◦ blue 51

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

Shades of Cab Sav #482F33

Tints of Cab Sav #482F33

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.65%

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

R = 42.35%
G = 27.65%
B = 30%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#482F33 (or 0x482F33) is known color: Cab Sav. HEX triplet: 48, 2F and 33. RGB value is (72,47,51). Sum of RGB (Red+Green+Blue) = 72+47+51=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #482F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F33 is #B7D0CC. Grayscale: #363636. Windows color (decimal): -12046541 or 3354440. OLE color: 3354440.

HSL color Cylindrical-coordinate representation of color #482F33: hue angle of 350.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #482F33 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 47 51 -
CMYK 0 0.35 0.29 0.72
HSL 350.4º 0.21% 0.23% -
HSV(B) 350.4º 0.35% 0.28% -
XYZ 4.29 3.65 3.61 -
YUV 54.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 72 47 51 0 0.35 0.29 0.72 350.4 0.21 0.23
Hex 48 2F 33 0 23 1D 48 15E 15 17
Octal 110 57 63 0 43 35 110 536 25 27
Binary 1001000 101111 110011 0 100011 11101 1001000 101011110 10101 10111

Color Harmonies of #482F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F33

Black with #482F33

Text Example


Text Example

White with #482F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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