Html Css Color HEX #3B230D Cocoa Brown

📋 copy color: '#3B230D'

red 59 ◦ green 35 ◦ blue 13

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

Shades of Cocoa Brown #3B230D

Tints of Cocoa Brown #3B230D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.71%

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

R = 55.14%
G = 32.71%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#3B230D (or 0x3B230D) is known color: Cocoa Brown. HEX triplet: 3B, 23 and 0D. RGB value is (59,35,13). Sum of RGB (Red+Green+Blue) = 59+35+13=107 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.14% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 59 - color contains mainly: red. Hex color #3B230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B230D is #C4DCF2. Grayscale: #272727. Windows color (decimal): -12901619 or 860987. OLE color: 860987.

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

Color convert

RGB 59 35 13 -
CMYK 0 0.41 0.78 0.77
HSL 28.7º 0.64% 0.14% -
HSV(B) 28.7º 0.78% 0.23% -
XYZ 2.48 2.16 0.67 -
YUV 39.67 112.95 141.79 -
System Red Green Blue C M Y K H S L
Decimal 59 35 13 0 0.41 0.78 0.77 28.7 0.64 0.14
Hex 3B 23 D 0 29 4E 4D 1D 40 E
Octal 73 43 15 0 51 116 115 35 100 16
Binary 111011 100011 1101 0 101001 1001110 1001101 11101 1000000 1110

Color Harmonies of #3B230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B230D

Black with #3B230D

Text Example


Text Example

White with #3B230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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