Html Css Color HEX #472F35 Cab Sav

📋 copy color: '#472F35'

red 71 ◦ green 47 ◦ blue 53

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

Shades of Cab Sav #472F35

Tints of Cab Sav #472F35

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.49%

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

R = 41.52%
G = 27.49%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#472F35 (or 0x472F35) is known color: Cab Sav. HEX triplet: 47, 2F and 35. RGB value is (71,47,53). Sum of RGB (Red+Green+Blue) = 71+47+53=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #472F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F35 is #B8D0CA. Grayscale: #363636. Windows color (decimal): -12112075 or 3485511. OLE color: 3485511.

HSL color Cylindrical-coordinate representation of color #472F35: hue angle of 345º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #472F35 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 47 53 -
CMYK 0 0.34 0.25 0.72
HSL 345º 0.2% 0.23% -
HSV(B) 345º 0.34% 0.28% -
XYZ 4.26 3.63 3.84 -
YUV 54.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 71 47 53 0 0.34 0.25 0.72 345 0.2 0.23
Hex 47 2F 35 0 22 19 48 159 14 17
Octal 107 57 65 0 42 31 110 531 24 27
Binary 1000111 101111 110101 0 100010 11001 1001000 101011001 10100 10111

Color Harmonies of #472F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F35

Black with #472F35

Text Example


Text Example

White with #472F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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