Html Css Color HEX #482B32 Cab Sav

📋 copy color: '#482B32'

red 72 ◦ green 43 ◦ blue 50

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

Shades of Cab Sav #482B32

Tints of Cab Sav #482B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.06%

 BLUE value IS 50 (19.92% from 255) = 30.3%

R = 43.64%
G = 26.06%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#482B32 (or 0x482B32) is known color: Cab Sav. HEX triplet: 48, 2B and 32. RGB value is (72,43,50). Sum of RGB (Red+Green+Blue) = 72+43+50=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #482B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B32 is #B7D4CD. Grayscale: #343434. Windows color (decimal): -12047566 or 3287880. OLE color: 3287880.

HSL color Cylindrical-coordinate representation of color #482B32: hue angle of 345.52º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #482B32 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 43 50 -
CMYK 0 0.40 0.31 0.72
HSL 345.52º 0.25% 0.23% -
HSV(B) 345.52º 0.4% 0.28% -
XYZ 4.11 3.34 3.44 -
YUV 52.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 72 43 50 0 0.40 0.31 0.72 345.52 0.25 0.23
Hex 48 2B 32 0 28 1F 48 15A 19 17
Octal 110 53 62 0 50 37 110 532 31 27
Binary 1001000 101011 110010 0 101000 11111 1001000 101011010 11001 10111

Color Harmonies of #482B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B32

Black with #482B32

Text Example


Text Example

White with #482B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,43,50); }

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

background-color css

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

 a { background-color: rgb(72,43,50); }

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

border-color css

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

 span { border-color: rgb(72,43,50); }

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