Html Css Color HEX #473235 Cab Sav

📋 copy color: '#473235'

red 71 ◦ green 50 ◦ blue 53

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

Shades of Cab Sav #473235

Tints of Cab Sav #473235

RGB

 RED value IS 71 (28.13% from 255) = 40.8%

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

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

R = 40.8%
G = 28.74%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#473235 (or 0x473235) is known color: Cab Sav. HEX triplet: 47, 32 and 35. RGB value is (71,50,53). Sum of RGB (Red+Green+Blue) = 71+50+53=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #473235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473235 is #B8CDCA. Grayscale: #383838. Windows color (decimal): -12111307 or 3486279. OLE color: 3486279.

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

Color convert

RGB 71 50 53 -
CMYK 0 0.30 0.25 0.72
HSL 351.43º 0.17% 0.24% -
HSV(B) 351.43º 0.3% 0.28% -
XYZ 4.38 3.88 3.89 -
YUV 56.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 71 50 53 0 0.30 0.25 0.72 351.43 0.17 0.24
Hex 47 32 35 0 1E 19 48 15F 11 18
Octal 107 62 65 0 36 31 110 537 21 30
Binary 1000111 110010 110101 0 11110 11001 1001000 101011111 10001 11000

Color Harmonies of #473235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473235

Black with #473235

Text Example


Text Example

White with #473235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473235; }

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

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

background-color css

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

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

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

border-color css

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

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

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