Html Css Color HEX #3B2600 Cocoa Brown

📋 copy color: '#3B2600'

red 59 ◦ green 38 ◦ blue 0

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

Shades of Cocoa Brown #3B2600

Tints of Cocoa Brown #3B2600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 39.18%

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

R = 60.82%
G = 39.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.77

RGB Variations

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

Color information

#3B2600 (or 0x3B2600) is known color: Cocoa Brown. HEX triplet: 3B, 26 and 00. RGB value is (59,38,0). Sum of RGB (Red+Green+Blue) = 59+38+0=97 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.82% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2600 is #C4D9FF. Grayscale: #282828. Windows color (decimal): -12900864 or 9787. OLE color: 9787.

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

Color convert

RGB 59 38 0 -
CMYK 0 0.36 1 0.77
HSL 38.64º 1% 0.12% -
HSV(B) 38.64º 1% 0.23% -
XYZ 2.5 2.32 0.32 -
YUV 39.95 105.46 141.59 -
System Red Green Blue C M Y K H S L
Decimal 59 38 0 0 0.36 1 0.77 38.64 1 0.12
Hex 3B 26 0 0 24 64 4D 27 64 C
Octal 73 46 0 0 44 144 115 47 144 14
Binary 111011 100110 0 0 100100 1100100 1001101 100111 1100100 1100

Color Harmonies of #3B2600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2600

Black with #3B2600

Text Example


Text Example

White with #3B2600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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