Html Css Color HEX #482B30 Cab Sav

📋 copy color: '#482B30'

red 72 ◦ green 43 ◦ blue 48

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

Shades of Cab Sav #482B30

Tints of Cab Sav #482B30

RGB

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

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

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

R = 44.17%
G = 26.38%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#482B30 (or 0x482B30) is known color: Cab Sav. HEX triplet: 48, 2B and 30. RGB value is (72,43,48). Sum of RGB (Red+Green+Blue) = 72+43+48=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #482B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B30 is #B7D4CF. Grayscale: #343434. Windows color (decimal): -12047568 or 3156808. OLE color: 3156808.

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

Color convert

RGB 72 43 48 -
CMYK 0 0.40 0.33 0.72
HSL 349.66º 0.25% 0.23% -
HSV(B) 349.66º 0.4% 0.28% -
XYZ 4.07 3.32 3.22 -
YUV 52.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 72 43 48 0 0.40 0.33 0.72 349.66 0.25 0.23
Hex 48 2B 30 0 28 21 48 15E 19 17
Octal 110 53 60 0 50 41 110 536 31 27
Binary 1001000 101011 110000 0 101000 100001 1001000 101011110 11001 10111

Color Harmonies of #482B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B30

Black with #482B30

Text Example


Text Example

White with #482B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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