Html Css Color HEX #3D240D Cocoa Brown

📋 copy color: '#3D240D'

red 61 ◦ green 36 ◦ blue 13

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

Shades of Cocoa Brown #3D240D

Tints of Cocoa Brown #3D240D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 32.73%

 BLUE value IS 13 (5.47% from 255) = 11.82%

R = 55.45%
G = 32.73%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.76

RGB Variations

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

Color information

#3D240D (or 0x3D240D) is known color: Cocoa Brown. HEX triplet: 3D, 24 and 0D. RGB value is (61,36,13). Sum of RGB (Red+Green+Blue) = 61+36+13=110 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.45% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 61 - color contains mainly: red. Hex color #3D240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D240D is #C2DBF2. Grayscale: #282828. Windows color (decimal): -12770291 or 861245. OLE color: 861245.

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

Color convert

RGB 61 36 13 -
CMYK 0 0.41 0.79 0.76
HSL 28.75º 0.65% 0.15% -
HSV(B) 28.75º 0.79% 0.24% -
XYZ 2.63 2.28 0.68 -
YUV 40.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 61 36 13 0 0.41 0.79 0.76 28.75 0.65 0.15
Hex 3D 24 D 0 29 4F 4C 1D 41 F
Octal 75 44 15 0 51 117 114 35 101 17
Binary 111101 100100 1101 0 101001 1001111 1001100 11101 1000001 1111

Color Harmonies of #3D240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D240D

Black with #3D240D

Text Example


Text Example

White with #3D240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,36,13); }

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

background-color css

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

 a { background-color: rgb(61,36,13); }

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

border-color css

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

 span { border-color: rgb(61,36,13); }

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