Html Css Color HEX #482C30 Cab Sav

📋 copy color: '#482C30'

red 72 ◦ green 44 ◦ blue 48

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

Shades of Cab Sav #482C30

Tints of Cab Sav #482C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 29.27%

R = 43.9%
G = 26.83%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#482C30 (or 0x482C30) is known color: Cab Sav. HEX triplet: 48, 2C and 30. RGB value is (72,44,48). Sum of RGB (Red+Green+Blue) = 72+44+48=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #482C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C30 is #B7D3CF. Grayscale: #343434. Windows color (decimal): -12047312 or 3157064. OLE color: 3157064.

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

Color convert

RGB 72 44 48 -
CMYK 0 0.39 0.33 0.72
HSL 351.43º 0.24% 0.23% -
HSV(B) 351.43º 0.39% 0.28% -
XYZ 4.11 3.39 3.23 -
YUV 52.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 72 44 48 0 0.39 0.33 0.72 351.43 0.24 0.23
Hex 48 2C 30 0 27 21 48 15F 18 17
Octal 110 54 60 0 47 41 110 537 30 27
Binary 1001000 101100 110000 0 100111 100001 1001000 101011111 11000 10111

Color Harmonies of #482C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C30

Black with #482C30

Text Example


Text Example

White with #482C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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