Html Css Color HEX #483429 Tobago

📋 copy color: '#483429'

red 72 ◦ green 52 ◦ blue 41

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

Shades of Tobago #483429

Tints of Tobago #483429

RGB

 RED value IS 72 (28.52% from 255) = 43.64%

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

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

R = 43.64%
G = 31.52%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#483429 (or 0x483429) is known color: Tobago. HEX triplet: 48, 34 and 29. RGB value is (72,52,41). Sum of RGB (Red+Green+Blue) = 72+52+41=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #483429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483429 is #B7CBD6. Grayscale: #383838. Windows color (decimal): -12045271 or 2700360. OLE color: 2700360.

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

Color convert

RGB 72 52 41 -
CMYK 0 0.28 0.43 0.72
HSL 21.29º 0.27% 0.22% -
HSV(B) 21.29º 0.43% 0.28% -
XYZ 4.3 3.99 2.64 -
YUV 56.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 72 52 41 0 0.28 0.43 0.72 21.29 0.27 0.22
Hex 48 34 29 0 1C 2B 48 15 1B 16
Octal 110 64 51 0 34 53 110 25 33 26
Binary 1001000 110100 101001 0 11100 101011 1001000 10101 11011 10110

Color Harmonies of #483429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483429

Black with #483429

Text Example


Text Example

White with #483429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483429; }

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

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

background-color css

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

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

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

border-color css

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

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

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