Html Css Color HEX #3B2714 Cocoa Brown

📋 copy color: '#3B2714'

red 59 ◦ green 39 ◦ blue 20

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

Shades of Cocoa Brown #3B2714

Tints of Cocoa Brown #3B2714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.95%

R = 50%
G = 33.05%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.77

RGB Variations

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

Color information

#3B2714 (or 0x3B2714) is known color: Cocoa Brown. HEX triplet: 3B, 27 and 14. RGB value is (59,39,20). Sum of RGB (Red+Green+Blue) = 59+39+20=118 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2714 is #C4D8EB. Grayscale: #2A2A2A. Windows color (decimal): -12900588 or 1320763. OLE color: 1320763.

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

Color convert

RGB 59 39 20 -
CMYK 0 0.34 0.66 0.77
HSL 29.23º 0.49% 0.15% -
HSV(B) 29.23º 0.66% 0.23% -
XYZ 2.66 2.43 0.99 -
YUV 42.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 59 39 20 0 0.34 0.66 0.77 29.23 0.49 0.15
Hex 3B 27 14 0 22 42 4D 1D 31 F
Octal 73 47 24 0 42 102 115 35 61 17
Binary 111011 100111 10100 0 100010 1000010 1001101 11101 110001 1111

Color Harmonies of #3B2714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2714

Black with #3B2714

Text Example


Text Example

White with #3B2714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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