Html Css Color HEX #482C33 Cab Sav

📋 copy color: '#482C33'

red 72 ◦ green 44 ◦ blue 51

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

Shades of Cab Sav #482C33

Tints of Cab Sav #482C33

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.35%

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

R = 43.11%
G = 26.35%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#482C33 (or 0x482C33) is known color: Cab Sav. HEX triplet: 48, 2C and 33. RGB value is (72,44,51). Sum of RGB (Red+Green+Blue) = 72+44+51=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #482C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C33 is #B7D3CC. Grayscale: #353535. Windows color (decimal): -12047309 or 3353672. OLE color: 3353672.

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

Color convert

RGB 72 44 51 -
CMYK 0 0.39 0.29 0.72
HSL 345º 0.24% 0.23% -
HSV(B) 345º 0.39% 0.28% -
XYZ 4.17 3.42 3.57 -
YUV 53.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 72 44 51 0 0.39 0.29 0.72 345 0.24 0.23
Hex 48 2C 33 0 27 1D 48 159 18 17
Octal 110 54 63 0 47 35 110 531 30 27
Binary 1001000 101100 110011 0 100111 11101 1001000 101011001 11000 10111

Color Harmonies of #482C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C33

Black with #482C33

Text Example


Text Example

White with #482C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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