Html Css Color HEX #3D2510 Cocoa Brown

📋 copy color: '#3D2510'

red 61 ◦ green 37 ◦ blue 16

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

Shades of Cocoa Brown #3D2510

Tints of Cocoa Brown #3D2510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.04%

R = 53.51%
G = 32.46%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.76

RGB Variations

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

Color information

#3D2510 (or 0x3D2510) is known color: Cocoa Brown. HEX triplet: 3D, 25 and 10. RGB value is (61,37,16). Sum of RGB (Red+Green+Blue) = 61+37+16=114 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.51% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2510 is #C2DAEF. Grayscale: #292929. Windows color (decimal): -12770032 or 1058109. OLE color: 1058109.

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

Color convert

RGB 61 37 16 -
CMYK 0 0.39 0.74 0.76
HSL 28º 0.58% 0.15% -
HSV(B) 28º 0.74% 0.24% -
XYZ 2.68 2.35 0.8 -
YUV 41.78 113.45 141.71 -
System Red Green Blue C M Y K H S L
Decimal 61 37 16 0 0.39 0.74 0.76 28 0.58 0.15
Hex 3D 25 10 0 27 4A 4C 1C 3A F
Octal 75 45 20 0 47 112 114 34 72 17
Binary 111101 100101 10000 0 100111 1001010 1001100 11100 111010 1111

Color Harmonies of #3D2510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2510

Black with #3D2510

Text Example


Text Example

White with #3D2510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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