Html Css Color HEX #482F31 Cab Sav

📋 copy color: '#482F31'

red 72 ◦ green 47 ◦ blue 49

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

Shades of Cab Sav #482F31

Tints of Cab Sav #482F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.17%

R = 42.86%
G = 27.98%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#482F31 (or 0x482F31) is known color: Cab Sav. HEX triplet: 48, 2F and 31. RGB value is (72,47,49). Sum of RGB (Red+Green+Blue) = 72+47+49=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #482F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F31 is #B7D0CE. Grayscale: #363636. Windows color (decimal): -12046543 or 3223368. OLE color: 3223368.

HSL color Cylindrical-coordinate representation of color #482F31: hue angle of 355.2º 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 #482F31 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 47 49 -
CMYK 0 0.35 0.32 0.72
HSL 355.2º 0.21% 0.23% -
HSV(B) 355.2º 0.35% 0.28% -
XYZ 4.24 3.63 3.38 -
YUV 54.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 72 47 49 0 0.35 0.32 0.72 355.2 0.21 0.23
Hex 48 2F 31 0 23 20 48 163 15 17
Octal 110 57 61 0 43 40 110 543 25 27
Binary 1001000 101111 110001 0 100011 100000 1001000 101100011 10101 10111

Color Harmonies of #482F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F31

Black with #482F31

Text Example


Text Example

White with #482F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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