Html Css Color HEX #3B230C Cocoa Brown

📋 copy color: '#3B230C'

red 59 ◦ green 35 ◦ blue 12

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

Shades of Cocoa Brown #3B230C

Tints of Cocoa Brown #3B230C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.32%

R = 55.66%
G = 33.02%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.77

RGB Variations

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

Color information

#3B230C (or 0x3B230C) is known color: Cocoa Brown. HEX triplet: 3B, 23 and 0C. RGB value is (59,35,12). Sum of RGB (Red+Green+Blue) = 59+35+12=106 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.66% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 59 - color contains mainly: red. Hex color #3B230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B230C is #C4DCF3. Grayscale: #272727. Windows color (decimal): -12901620 or 795451. OLE color: 795451.

HSL color Cylindrical-coordinate representation of color #3B230C: hue angle of 29.36º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B230C is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 35 12 -
CMYK 0 0.41 0.80 0.77
HSL 29.36º 0.66% 0.14% -
HSV(B) 29.36º 0.8% 0.23% -
XYZ 2.47 2.16 0.63 -
YUV 39.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 59 35 12 0 0.41 0.80 0.77 29.36 0.66 0.14
Hex 3B 23 C 0 29 50 4D 1D 42 E
Octal 73 43 14 0 51 120 115 35 102 16
Binary 111011 100011 1100 0 101001 1010000 1001101 11101 1000010 1110

Color Harmonies of #3B230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B230C

Black with #3B230C

Text Example


Text Example

White with #3B230C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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