Html Css Color HEX #482C2F Cab Sav

📋 copy color: '#482C2F'

red 72 ◦ green 44 ◦ blue 47

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

Shades of Cab Sav #482C2F

Tints of Cab Sav #482C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 28.83%

R = 44.17%
G = 26.99%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#482C2F (or 0x482C2F) is known color: Cab Sav. HEX triplet: 48, 2C and 2F. RGB value is (72,44,47). Sum of RGB (Red+Green+Blue) = 72+44+47=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #482C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C2F is #B7D3D0. Grayscale: #343434. Windows color (decimal): -12047313 or 3091528. OLE color: 3091528.

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

Color convert

RGB 72 44 47 -
CMYK 0 0.39 0.35 0.72
HSL 353.57º 0.24% 0.23% -
HSV(B) 353.57º 0.39% 0.28% -
XYZ 4.09 3.38 3.13 -
YUV 52.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 72 44 47 0 0.39 0.35 0.72 353.57 0.24 0.23
Hex 48 2C 2F 0 27 23 48 162 18 17
Octal 110 54 57 0 47 43 110 542 30 27
Binary 1001000 101100 101111 0 100111 100011 1001000 101100010 11000 10111

Color Harmonies of #482C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C2F

Black with #482C2F

Text Example


Text Example

White with #482C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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