Html Css Color HEX #47342A Tobago

📋 copy color: '#47342A'

red 71 ◦ green 52 ◦ blue 42

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

Shades of Tobago #47342A

Tints of Tobago #47342A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.52%

 BLUE value IS 42 (16.8% from 255) = 25.45%

R = 43.03%
G = 31.52%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#47342A (or 0x47342A) is known color: Tobago. HEX triplet: 47, 34 and 2A. RGB value is (71,52,42). Sum of RGB (Red+Green+Blue) = 71+52+42=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #47342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47342A is #B8CBD5. Grayscale: #383838. Windows color (decimal): -12110806 or 2765895. OLE color: 2765895.

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

Color convert

RGB 71 52 42 -
CMYK 0 0.27 0.41 0.72
HSL 20.69º 0.26% 0.22% -
HSV(B) 20.69º 0.41% 0.28% -
XYZ 4.24 3.96 2.73 -
YUV 56.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 71 52 42 0 0.27 0.41 0.72 20.69 0.26 0.22
Hex 47 34 2A 0 1B 29 48 15 1A 16
Octal 107 64 52 0 33 51 110 25 32 26
Binary 1000111 110100 101010 0 11011 101001 1001000 10101 11010 10110

Color Harmonies of #47342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47342A

Black with #47342A

Text Example


Text Example

White with #47342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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