Html Css Color HEX #4C3235 Cab Sav

📋 copy color: '#4C3235'

red 76 ◦ green 50 ◦ blue 53

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

Shades of Cab Sav #4C3235

Tints of Cab Sav #4C3235

RGB

 RED value IS 76 (30.08% from 255) = 42.46%

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

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

R = 42.46%
G = 27.93%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#4C3235 (or 0x4C3235) is known color: Cab Sav. HEX triplet: 4C, 32 and 35. RGB value is (76,50,53). Sum of RGB (Red+Green+Blue) = 76+50+53=179 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.46% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3235 is #B3CDCA. Grayscale: #3A3A3A. Windows color (decimal): -11783627 or 3486284. OLE color: 3486284.

HSL color Cylindrical-coordinate representation of color #4C3235: hue angle of 353.08º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C3235 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 50 53 -
CMYK 0 0.34 0.30 0.70
HSL 353.08º 0.21% 0.25% -
HSV(B) 353.08º 0.34% 0.3% -
XYZ 4.76 4.07 3.9 -
YUV 58.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 76 50 53 0 0.34 0.30 0.70 353.08 0.21 0.25
Hex 4C 32 35 0 22 1E 46 161 15 19
Octal 114 62 65 0 42 36 106 541 25 31
Binary 1001100 110010 110101 0 100010 11110 1000110 101100001 10101 11001

Color Harmonies of #4C3235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3235

Black with #4C3235

Text Example


Text Example

White with #4C3235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C3235; }

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

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

background-color css

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

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

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

border-color css

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

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

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