#4B342A

Color #4B342A Tobago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tobago #4B342A

Tints of Tobago #4B342A

Color information

#4B342A (or 0x4B342A) is unknown color: approx Tobago. HEX triplet: 4B, 34 and 2A. RGB value is (75,52,42). Sum of RGB (Red+Green+Blue) = 75+52+42=169 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.38% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 75 - color contains mainly: red. Hex color #4B342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B342A is #B4CBD5. Grayscale: #393939. Windows color (decimal): -11848662 or 2765899. OLE color: 2765899.

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

Color convert

RGB755242-
CMYK00.310.440.71
HSL18.18º28.21%22.94%-
HSV(B)18.18º44%29.41%-
XYZ4.554.122.75-
YUV57.74119.12140.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.38%
GREEN value IS 52 (20.70% from 255) = 30.77%
BLUE value IS 42 (16.80% from 255) = 24.85%
R=44.38%
G=30.77%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75524200.310.440.7118.1828.2122.94
Hex4B342A01F2C47121c17
Octal113645203754107223427
Binary10010111101001010100111111011001000111100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B342A;
 }
 .AnyTagClassName
 {
   color: #4B342A;
 }
</style>
background-color css

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

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

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

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

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

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