Html Css Color HEX #4C362A Tobago

📋 copy color: '#4C362A'

red 76 ◦ green 54 ◦ blue 42

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

Shades of Tobago #4C362A

Tints of Tobago #4C362A

RGB

 RED value IS 76 (30.08% from 255) = 44.19%

 GREEN value IS 54 (21.48% from 255) = 31.4%

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

R = 44.19%
G = 31.4%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.70

RGB Variations

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

Color information

#4C362A (or 0x4C362A) is known color: Tobago. HEX triplet: 4C, 36 and 2A. RGB value is (76,54,42). Sum of RGB (Red+Green+Blue) = 76+54+42=172 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.19% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 76 - color contains mainly: red. Hex color #4C362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C362A is #B3C9D5. Grayscale: #3B3B3B. Windows color (decimal): -11782614 or 2766412. OLE color: 2766412.

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

Color convert

RGB 76 54 42 -
CMYK 0 0.29 0.45 0.70
HSL 21.18º 0.29% 0.23% -
HSV(B) 21.18º 0.45% 0.3% -
XYZ 4.72 4.34 2.78 -
YUV 59.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 76 54 42 0 0.29 0.45 0.70 21.18 0.29 0.23
Hex 4C 36 2A 0 1D 2D 46 15 1D 17
Octal 114 66 52 0 35 55 106 25 35 27
Binary 1001100 110110 101010 0 11101 101101 1000110 10101 11101 10111

Color Harmonies of #4C362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C362A

Black with #4C362A

Text Example


Text Example

White with #4C362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,54,42); }

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

background-color css

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

 a { background-color: rgb(76,54,42); }

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

border-color css

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

 span { border-color: rgb(76,54,42); }

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