Html Css Color HEX #3B230E Cocoa Brown

📋 copy color: '#3B230E'

red 59 ◦ green 35 ◦ blue 14

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

Shades of Cocoa Brown #3B230E

Tints of Cocoa Brown #3B230E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.96%

R = 54.63%
G = 32.41%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.77

RGB Variations

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

Color information

#3B230E (or 0x3B230E) is known color: Cocoa Brown. HEX triplet: 3B, 23 and 0E. RGB value is (59,35,14). Sum of RGB (Red+Green+Blue) = 59+35+14=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B230E is #C4DCF1. Grayscale: #272727. Windows color (decimal): -12901618 or 926523. OLE color: 926523.

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

Color convert

RGB 59 35 14 -
CMYK 0 0.41 0.76 0.77
HSL 28º 0.62% 0.14% -
HSV(B) 28º 0.76% 0.23% -
XYZ 2.48 2.16 0.7 -
YUV 39.78 113.45 141.71 -
System Red Green Blue C M Y K H S L
Decimal 59 35 14 0 0.41 0.76 0.77 28 0.62 0.14
Hex 3B 23 E 0 29 4C 4D 1C 3E E
Octal 73 43 16 0 51 114 115 34 76 16
Binary 111011 100011 1110 0 101001 1001100 1001101 11100 111110 1110

Color Harmonies of #3B230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B230E

Black with #3B230E

Text Example


Text Example

White with #3B230E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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