Html Css Color HEX #3E2B12 Cocoa Brown

📋 copy color: '#3E2B12'

red 62 ◦ green 43 ◦ blue 18

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

Shades of Cocoa Brown #3E2B12

Tints of Cocoa Brown #3E2B12

RGB

 RED value IS 62 (24.61% from 255) = 50.41%

 GREEN value IS 43 (17.19% from 255) = 34.96%

 BLUE value IS 18 (7.42% from 255) = 14.63%

R = 50.41%
G = 34.96%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.76

RGB Variations

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

Color information

#3E2B12 (or 0x3E2B12) is known color: Cocoa Brown. HEX triplet: 3E, 2B and 12. RGB value is (62,43,18). Sum of RGB (Red+Green+Blue) = 62+43+18=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2B12 is #C1D4ED. Grayscale: #2D2D2D. Windows color (decimal): -12702958 or 1190718. OLE color: 1190718.

HSL color Cylindrical-coordinate representation of color #3E2B12: hue angle of 34.09º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E2B12 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 43 18 -
CMYK 0 0.31 0.71 0.76
HSL 34.09º 0.55% 0.16% -
HSV(B) 34.09º 0.71% 0.24% -
XYZ 2.96 2.8 0.96 -
YUV 45.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 62 43 18 0 0.31 0.71 0.76 34.09 0.55 0.16
Hex 3E 2B 12 0 1F 47 4C 22 37 10
Octal 76 53 22 0 37 107 114 42 67 20
Binary 111110 101011 10010 0 11111 1000111 1001100 100010 110111 10000

Color Harmonies of #3E2B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2B12

Black with #3E2B12

Text Example


Text Example

White with #3E2B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E2B12; }

 p { color: rgb(62,43,18); }

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

background-color css

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

 a { background-color: rgb(62,43,18); }

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

border-color css

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

 span { border-color: rgb(62,43,18); }

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