Html Css Color HEX #473233 Cab Sav

📋 copy color: '#473233'

red 71 ◦ green 50 ◦ blue 51

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

Shades of Cab Sav #473233

Tints of Cab Sav #473233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 29.65%

R = 41.28%
G = 29.07%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#473233 (or 0x473233) is known color: Cab Sav. HEX triplet: 47, 32 and 33. RGB value is (71,50,51). Sum of RGB (Red+Green+Blue) = 71+50+51=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #473233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473233 is #B8CDCC. Grayscale: #383838. Windows color (decimal): -12111309 or 3355207. OLE color: 3355207.

HSL color Cylindrical-coordinate representation of color #473233: hue angle of 357.14º 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 #473233 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 50 51 -
CMYK 0 0.30 0.28 0.72
HSL 357.14º 0.17% 0.24% -
HSV(B) 357.14º 0.3% 0.28% -
XYZ 4.34 3.86 3.65 -
YUV 56.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 71 50 51 0 0.30 0.28 0.72 357.14 0.17 0.24
Hex 47 32 33 0 1E 1C 48 165 11 18
Octal 107 62 63 0 36 34 110 545 21 30
Binary 1000111 110010 110011 0 11110 11100 1001000 101100101 10001 11000

Color Harmonies of #473233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473233

Black with #473233

Text Example


Text Example

White with #473233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473233; }

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

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

background-color css

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

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

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

border-color css

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

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

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