Html Css Color HEX #3B2712 Cocoa Brown

📋 copy color: '#3B2712'

red 59 ◦ green 39 ◦ blue 18

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

Shades of Cocoa Brown #3B2712

Tints of Cocoa Brown #3B2712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 33.62%

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

R = 50.86%
G = 33.62%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.77

RGB Variations

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

Color information

#3B2712 (or 0x3B2712) is known color: Cocoa Brown. HEX triplet: 3B, 27 and 12. RGB value is (59,39,18). Sum of RGB (Red+Green+Blue) = 59+39+18=116 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.86% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2712 is #C4D8ED. Grayscale: #2A2A2A. Windows color (decimal): -12900590 or 1189691. OLE color: 1189691.

HSL color Cylindrical-coordinate representation of color #3B2712: hue angle of 30.73º 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 #3B2712 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 39 18 -
CMYK 0 0.34 0.69 0.77
HSL 30.73º 0.53% 0.15% -
HSV(B) 30.73º 0.69% 0.23% -
XYZ 2.64 2.42 0.9 -
YUV 42.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 59 39 18 0 0.34 0.69 0.77 30.73 0.53 0.15
Hex 3B 27 12 0 22 45 4D 1F 35 F
Octal 73 47 22 0 42 105 115 37 65 17
Binary 111011 100111 10010 0 100010 1000101 1001101 11111 110101 1111

Color Harmonies of #3B2712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2712

Black with #3B2712

Text Example


Text Example

White with #3B2712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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