Html Css Color HEX #3B2300 Cocoa Brown

📋 copy color: '#3B2300'

red 59 ◦ green 35 ◦ blue 0

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

Shades of Cocoa Brown #3B2300

Tints of Cocoa Brown #3B2300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.77%
G = 37.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.77

RGB Variations

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

Color information

#3B2300 (or 0x3B2300) is known color: Cocoa Brown. HEX triplet: 3B, 23 and 00. RGB value is (59,35,0). Sum of RGB (Red+Green+Blue) = 59+35+0=94 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.77% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2300 is #C4DCFF. Grayscale: #262626. Windows color (decimal): -12901632 or 9019. OLE color: 9019.

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

Color convert

RGB 59 35 0 -
CMYK 0 0.41 1 0.77
HSL 35.59º 1% 0.12% -
HSV(B) 35.59º 1% 0.23% -
XYZ 2.4 2.13 0.28 -
YUV 38.19 106.45 142.85 -
System Red Green Blue C M Y K H S L
Decimal 59 35 0 0 0.41 1 0.77 35.59 1 0.12
Hex 3B 23 0 0 29 64 4D 24 64 C
Octal 73 43 0 0 51 144 115 44 144 14
Binary 111011 100011 0 0 101001 1100100 1001101 100100 1100100 1100

Color Harmonies of #3B2300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2300

Black with #3B2300

Text Example


Text Example

White with #3B2300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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