Html Css Color HEX #483235 Cab Sav

📋 copy color: '#483235'

red 72 ◦ green 50 ◦ blue 53

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

Shades of Cab Sav #483235

Tints of Cab Sav #483235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.57%

 BLUE value IS 53 (21.09% from 255) = 30.29%

R = 41.14%
G = 28.57%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#483235 (or 0x483235) is known color: Cab Sav. HEX triplet: 48, 32 and 35. RGB value is (72,50,53). Sum of RGB (Red+Green+Blue) = 72+50+53=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #483235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483235 is #B7CDCA. Grayscale: #383838. Windows color (decimal): -12045771 or 3486280. OLE color: 3486280.

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

Color convert

RGB 72 50 53 -
CMYK 0 0.31 0.26 0.72
HSL 351.82º 0.18% 0.24% -
HSV(B) 351.82º 0.31% 0.28% -
XYZ 4.46 3.92 3.89 -
YUV 56.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 72 50 53 0 0.31 0.26 0.72 351.82 0.18 0.24
Hex 48 32 35 0 1F 1A 48 160 12 18
Octal 110 62 65 0 37 32 110 540 22 30
Binary 1001000 110010 110101 0 11111 11010 1001000 101100000 10010 11000

Color Harmonies of #483235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483235

Black with #483235

Text Example


Text Example

White with #483235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483235; }

 p { color: rgb(72,50,53); }

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

background-color css

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

 a { background-color: rgb(72,50,53); }

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

border-color css

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

 span { border-color: rgb(72,50,53); }

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