Html Css Color HEX #3B2413 Cocoa Brown

📋 copy color: '#3B2413'

red 59 ◦ green 36 ◦ blue 19

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

Shades of Cocoa Brown #3B2413

Tints of Cocoa Brown #3B2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.58%

 BLUE value IS 19 (7.81% from 255) = 16.67%

R = 51.75%
G = 31.58%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.77

RGB Variations

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

Color information

#3B2413 (or 0x3B2413) is known color: Cocoa Brown. HEX triplet: 3B, 24 and 13. RGB value is (59,36,19). Sum of RGB (Red+Green+Blue) = 59+36+19=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2413 is #C4DBEC. Grayscale: #292929. Windows color (decimal): -12901357 or 1254459. OLE color: 1254459.

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

Color convert

RGB 59 36 19 -
CMYK 0 0.39 0.68 0.77
HSL 25.5º 0.51% 0.15% -
HSV(B) 25.5º 0.68% 0.23% -
XYZ 2.55 2.24 0.91 -
YUV 40.94 115.62 140.88 -
System Red Green Blue C M Y K H S L
Decimal 59 36 19 0 0.39 0.68 0.77 25.5 0.51 0.15
Hex 3B 24 13 0 27 44 4D 1A 33 F
Octal 73 44 23 0 47 104 115 32 63 17
Binary 111011 100100 10011 0 100111 1000100 1001101 11010 110011 1111

Color Harmonies of #3B2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2413

Black with #3B2413

Text Example


Text Example

White with #3B2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,36,19); }

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

background-color css

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

 a { background-color: rgb(59,36,19); }

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

border-color css

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

 span { border-color: rgb(59,36,19); }

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