Html Css Color HEX #483036 Cab Sav

📋 copy color: '#483036'

red 72 ◦ green 48 ◦ blue 54

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

Shades of Cab Sav #483036

Tints of Cab Sav #483036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.59%

 BLUE value IS 54 (21.48% from 255) = 31.03%

R = 41.38%
G = 27.59%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#483036 (or 0x483036) is known color: Cab Sav. HEX triplet: 48, 30 and 36. RGB value is (72,48,54). Sum of RGB (Red+Green+Blue) = 72+48+54=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #483036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483036 is #B7CFC9. Grayscale: #373737. Windows color (decimal): -12046282 or 3551304. OLE color: 3551304.

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

Color convert

RGB 72 48 54 -
CMYK 0 0.33 0.25 0.72
HSL 345º 0.2% 0.24% -
HSV(B) 345º 0.33% 0.28% -
XYZ 4.4 3.76 3.98 -
YUV 55.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 72 48 54 0 0.33 0.25 0.72 345 0.2 0.24
Hex 48 30 36 0 21 19 48 159 14 18
Octal 110 60 66 0 41 31 110 531 24 30
Binary 1001000 110000 110110 0 100001 11001 1001000 101011001 10100 11000

Color Harmonies of #483036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483036

Black with #483036

Text Example


Text Example

White with #483036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483036; }

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

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

background-color css

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

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

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

border-color css

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

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

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