Html Css Color HEX #473334 Cab Sav

📋 copy color: '#473334'

red 71 ◦ green 51 ◦ blue 52

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

Shades of Cab Sav #473334

Tints of Cab Sav #473334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

 BLUE value IS 52 (20.7% from 255) = 29.89%

R = 40.8%
G = 29.31%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#473334 (or 0x473334) is known color: Cab Sav. HEX triplet: 47, 33 and 34. RGB value is (71,51,52). Sum of RGB (Red+Green+Blue) = 71+51+52=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #473334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473334 is #B8CCCB. Grayscale: #393939. Windows color (decimal): -12111052 or 3420999. OLE color: 3420999.

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

Color convert

RGB 71 51 52 -
CMYK 0 0.28 0.27 0.72
HSL 357º 0.16% 0.24% -
HSV(B) 357º 0.28% 0.28% -
XYZ 4.4 3.96 3.78 -
YUV 57.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 71 51 52 0 0.28 0.27 0.72 357 0.16 0.24
Hex 47 33 34 0 1C 1B 48 165 10 18
Octal 107 63 64 0 34 33 110 545 20 30
Binary 1000111 110011 110100 0 11100 11011 1001000 101100101 10000 11000

Color Harmonies of #473334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473334

Black with #473334

Text Example


Text Example

White with #473334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473334; }

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

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

background-color css

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

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

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

border-color css

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

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

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