Html Css Color HEX #3D2508 Cocoa Brown

📋 copy color: '#3D2508'

red 61 ◦ green 37 ◦ blue 8

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

Shades of Cocoa Brown #3D2508

Tints of Cocoa Brown #3D2508

RGB

 RED value IS 61 (24.22% from 255) = 57.55%

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

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

R = 57.55%
G = 34.91%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.76

RGB Variations

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

Color information

#3D2508 (or 0x3D2508) is known color: Cocoa Brown. HEX triplet: 3D, 25 and 08. RGB value is (61,37,8). Sum of RGB (Red+Green+Blue) = 61+37+8=106 (14% of max value = 765). Red value is 61 (24.22% from 255 or 57.55% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2508 is #C2DAF7. Grayscale: #292929. Windows color (decimal): -12770040 or 533821. OLE color: 533821.

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

Color convert

RGB 61 37 8 -
CMYK 0 0.39 0.87 0.76
HSL 32.83º 0.77% 0.14% -
HSV(B) 32.83º 0.87% 0.24% -
XYZ 2.63 2.33 0.54 -
YUV 40.87 109.45 142.36 -
System Red Green Blue C M Y K H S L
Decimal 61 37 8 0 0.39 0.87 0.76 32.83 0.77 0.14
Hex 3D 25 8 0 27 57 4C 21 4D E
Octal 75 45 10 0 47 127 114 41 115 16
Binary 111101 100101 1000 0 100111 1010111 1001100 100001 1001101 1110

Color Harmonies of #3D2508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2508

Black with #3D2508

Text Example


Text Example

White with #3D2508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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