Html Css Color HEX #3B240D Cocoa Brown

📋 copy color: '#3B240D'

red 59 ◦ green 36 ◦ blue 13

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

Shades of Cocoa Brown #3B240D

Tints of Cocoa Brown #3B240D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.04%

R = 54.63%
G = 33.33%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#3B240D (or 0x3B240D) is known color: Cocoa Brown. HEX triplet: 3B, 24 and 0D. RGB value is (59,36,13). Sum of RGB (Red+Green+Blue) = 59+36+13=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B240D is #C4DBF2. Grayscale: #282828. Windows color (decimal): -12901363 or 861243. OLE color: 861243.

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

Color convert

RGB 59 36 13 -
CMYK 0 0.39 0.78 0.77
HSL 30º 0.64% 0.14% -
HSV(B) 30º 0.78% 0.23% -
XYZ 2.51 2.22 0.68 -
YUV 40.26 112.62 141.37 -
System Red Green Blue C M Y K H S L
Decimal 59 36 13 0 0.39 0.78 0.77 30 0.64 0.14
Hex 3B 24 D 0 27 4E 4D 1E 40 E
Octal 73 44 15 0 47 116 115 36 100 16
Binary 111011 100100 1101 0 100111 1001110 1001101 11110 1000000 1110

Color Harmonies of #3B240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B240D

Black with #3B240D

Text Example


Text Example

White with #3B240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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