Html Css Color HEX #3B2512 Cocoa Brown

📋 copy color: '#3B2512'

red 59 ◦ green 37 ◦ blue 18

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

Shades of Cocoa Brown #3B2512

Tints of Cocoa Brown #3B2512

RGB

 RED value IS 59 (23.44% from 255) = 51.75%

 GREEN value IS 37 (14.84% from 255) = 32.46%

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

R = 51.75%
G = 32.46%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.77

RGB Variations

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

Color information

#3B2512 (or 0x3B2512) is known color: Cocoa Brown. HEX triplet: 3B, 25 and 12. RGB value is (59,37,18). Sum of RGB (Red+Green+Blue) = 59+37+18=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2512 is #C4DAED. Grayscale: #292929. Windows color (decimal): -12901102 or 1189179. OLE color: 1189179.

HSL color Cylindrical-coordinate representation of color #3B2512: hue angle of 27.8º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B2512 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 37 18 -
CMYK 0 0.37 0.69 0.77
HSL 27.8º 0.53% 0.15% -
HSV(B) 27.8º 0.69% 0.23% -
XYZ 2.57 2.3 0.88 -
YUV 41.41 114.79 140.54 -
System Red Green Blue C M Y K H S L
Decimal 59 37 18 0 0.37 0.69 0.77 27.8 0.53 0.15
Hex 3B 25 12 0 25 45 4D 1C 35 F
Octal 73 45 22 0 45 105 115 34 65 17
Binary 111011 100101 10010 0 100101 1000101 1001101 11100 110101 1111

Color Harmonies of #3B2512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2512

Black with #3B2512

Text Example


Text Example

White with #3B2512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,37,18); }

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

background-color css

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

 a { background-color: rgb(59,37,18); }

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

border-color css

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

 span { border-color: rgb(59,37,18); }

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