Html Css Color HEX #473335 Cab Sav

📋 copy color: '#473335'

red 71 ◦ green 51 ◦ blue 53

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

Shades of Cab Sav #473335

Tints of Cab Sav #473335

RGB

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

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

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

R = 40.57%
G = 29.14%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#473335 (or 0x473335) is known color: Cab Sav. HEX triplet: 47, 33 and 35. RGB value is (71,51,53). Sum of RGB (Red+Green+Blue) = 71+51+53=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #473335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473335 is #B8CCCA. Grayscale: #393939. Windows color (decimal): -12111051 or 3486535. OLE color: 3486535.

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

Color convert

RGB 71 51 53 -
CMYK 0 0.28 0.25 0.72
HSL 354º 0.16% 0.24% -
HSV(B) 354º 0.28% 0.28% -
XYZ 4.42 3.96 3.9 -
YUV 57.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 71 51 53 0 0.28 0.25 0.72 354 0.16 0.24
Hex 47 33 35 0 1C 19 48 162 10 18
Octal 107 63 65 0 34 31 110 542 20 30
Binary 1000111 110011 110101 0 11100 11001 1001000 101100010 10000 11000

Color Harmonies of #473335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473335

Black with #473335

Text Example


Text Example

White with #473335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473335; }

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

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

background-color css

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

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

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

border-color css

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

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

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