Html Css Color HEX #3B2508 Cocoa Brown

📋 copy color: '#3B2508'

red 59 ◦ green 37 ◦ blue 8

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

Shades of Cocoa Brown #3B2508

Tints of Cocoa Brown #3B2508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 35.58%

 BLUE value IS 8 (3.52% from 255) = 7.69%

R = 56.73%
G = 35.58%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.77

RGB Variations

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

Color information

#3B2508 (or 0x3B2508) is known color: Cocoa Brown. HEX triplet: 3B, 25 and 08. RGB value is (59,37,8). Sum of RGB (Red+Green+Blue) = 59+37+8=104 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.73% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2508 is #C4DAF7. Grayscale: #282828. Windows color (decimal): -12901112 or 533819. OLE color: 533819.

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

Color convert

RGB 59 37 8 -
CMYK 0 0.37 0.86 0.77
HSL 34.12º 0.76% 0.13% -
HSV(B) 34.12º 0.86% 0.23% -
XYZ 2.51 2.27 0.54 -
YUV 40.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 59 37 8 0 0.37 0.86 0.77 34.12 0.76 0.13
Hex 3B 25 8 0 25 56 4D 22 4C D
Octal 73 45 10 0 45 126 115 42 114 15
Binary 111011 100101 1000 0 100101 1010110 1001101 100010 1001100 1101

Color Harmonies of #3B2508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2508

Black with #3B2508

Text Example


Text Example

White with #3B2508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,37,8); }

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

background-color css

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

 a { background-color: rgb(59,37,8); }

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

border-color css

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

 span { border-color: rgb(59,37,8); }

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