Html Css Color HEX #47262D Cab Sav

📋 copy color: '#47262D'

red 71 ◦ green 38 ◦ blue 45

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

Shades of Cab Sav #47262D

Tints of Cab Sav #47262D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.68%

 BLUE value IS 45 (17.97% from 255) = 29.22%

R = 46.1%
G = 24.68%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#47262D (or 0x47262D) is known color: Cab Sav. HEX triplet: 47, 26 and 2D. RGB value is (71,38,45). Sum of RGB (Red+Green+Blue) = 71+38+45=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #47262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47262D is #B8D9D2. Grayscale: #303030. Windows color (decimal): -12114387 or 2958919. OLE color: 2958919.

HSL color Cylindrical-coordinate representation of color #47262D: hue angle of 347.27º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47262D is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 38 45 -
CMYK 0 0.46 0.37 0.72
HSL 347.27º 0.3% 0.21% -
HSV(B) 347.27º 0.46% 0.28% -
XYZ 3.77 2.92 2.85 -
YUV 48.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 71 38 45 0 0.46 0.37 0.72 347.27 0.3 0.21
Hex 47 26 2D 0 2E 25 48 15B 1E 15
Octal 107 46 55 0 56 45 110 533 36 25
Binary 1000111 100110 101101 0 101110 100101 1001000 101011011 11110 10101

Color Harmonies of #47262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47262D

Black with #47262D

Text Example


Text Example

White with #47262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47262D; }

 p { color: rgb(71,38,45); }

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

background-color css

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

 a { background-color: rgb(71,38,45); }

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

border-color css

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

 span { border-color: rgb(71,38,45); }

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