Html Css Color HEX #472F30 Cab Sav

📋 copy color: '#472F30'

red 71 ◦ green 47 ◦ blue 48

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

Shades of Cab Sav #472F30

Tints of Cab Sav #472F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.92%

R = 42.77%
G = 28.31%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#472F30 (or 0x472F30) is known color: Cab Sav. HEX triplet: 47, 2F and 30. RGB value is (71,47,48). Sum of RGB (Red+Green+Blue) = 71+47+48=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #472F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F30 is #B8D0CF. Grayscale: #363636. Windows color (decimal): -12112080 or 3157831. OLE color: 3157831.

HSL color Cylindrical-coordinate representation of color #472F30: hue angle of 357.5º 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 #472F30 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 47 48 -
CMYK 0 0.34 0.32 0.72
HSL 357.5º 0.2% 0.23% -
HSV(B) 357.5º 0.34% 0.28% -
XYZ 4.15 3.59 3.27 -
YUV 54.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 71 47 48 0 0.34 0.32 0.72 357.5 0.2 0.23
Hex 47 2F 30 0 22 20 48 166 14 17
Octal 107 57 60 0 42 40 110 546 24 27
Binary 1000111 101111 110000 0 100010 100000 1001000 101100110 10100 10111

Color Harmonies of #472F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F30

Black with #472F30

Text Example


Text Example

White with #472F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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