Html Css Color HEX #3B2A15 Cocoa Brown

📋 copy color: '#3B2A15'

red 59 ◦ green 42 ◦ blue 21

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

Shades of Cocoa Brown #3B2A15

Tints of Cocoa Brown #3B2A15

RGB

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

 GREEN value IS 42 (16.8% from 255) = 34.43%

 BLUE value IS 21 (8.59% from 255) = 17.21%

R = 48.36%
G = 34.43%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#3B2A15 (or 0x3B2A15) is known color: Cocoa Brown. HEX triplet: 3B, 2A and 15. RGB value is (59,42,21). Sum of RGB (Red+Green+Blue) = 59+42+21=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2A15 is #C4D5EA. Grayscale: #2C2C2C. Windows color (decimal): -12899819 or 1387067. OLE color: 1387067.

HSL color Cylindrical-coordinate representation of color #3B2A15: hue angle of 33.16º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B2A15 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 42 21 -
CMYK 0 0.29 0.64 0.77
HSL 33.16º 0.48% 0.16% -
HSV(B) 33.16º 0.64% 0.23% -
XYZ 2.77 2.64 1.07 -
YUV 44.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 59 42 21 0 0.29 0.64 0.77 33.16 0.48 0.16
Hex 3B 2A 15 0 1D 40 4D 21 30 10
Octal 73 52 25 0 35 100 115 41 60 20
Binary 111011 101010 10101 0 11101 1000000 1001101 100001 110000 10000

Color Harmonies of #3B2A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2A15

Black with #3B2A15

Text Example


Text Example

White with #3B2A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,42,21); }

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

background-color css

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

 a { background-color: rgb(59,42,21); }

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

border-color css

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

 span { border-color: rgb(59,42,21); }

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