Html Css Color HEX #4A3429 Tobago

📋 copy color: '#4A3429'

red 74 ◦ green 52 ◦ blue 41

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

Shades of Tobago #4A3429

Tints of Tobago #4A3429

RGB

 RED value IS 74 (29.3% from 255) = 44.31%

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

 BLUE value IS 41 (16.41% from 255) = 24.55%

R = 44.31%
G = 31.14%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#4A3429 (or 0x4A3429) is known color: Tobago. HEX triplet: 4A, 34 and 29. RGB value is (74,52,41). Sum of RGB (Red+Green+Blue) = 74+52+41=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3429 is #B5CBD6. Grayscale: #393939. Windows color (decimal): -11914199 or 2700362. OLE color: 2700362.

HSL color Cylindrical-coordinate representation of color #4A3429: hue angle of 20º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A3429 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 52 41 -
CMYK 0 0.30 0.45 0.71
HSL 20º 0.29% 0.23% -
HSV(B) 20º 0.45% 0.29% -
XYZ 4.45 4.07 2.65 -
YUV 57.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 74 52 41 0 0.30 0.45 0.71 20 0.29 0.23
Hex 4A 34 29 0 1E 2D 47 14 1D 17
Octal 112 64 51 0 36 55 107 24 35 27
Binary 1001010 110100 101001 0 11110 101101 1000111 10100 11101 10111

Color Harmonies of #4A3429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3429

Black with #4A3429

Text Example


Text Example

White with #4A3429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A3429; }

 p { color: rgb(74,52,41); }

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

background-color css

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

 a { background-color: rgb(74,52,41); }

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

border-color css

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

 span { border-color: rgb(74,52,41); }

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