Html Css Color HEX #3D230A Cocoa Brown

📋 copy color: '#3D230A'

red 61 ◦ green 35 ◦ blue 10

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

Shades of Cocoa Brown #3D230A

Tints of Cocoa Brown #3D230A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 33.02%

 BLUE value IS 10 (4.3% from 255) = 9.43%

R = 57.55%
G = 33.02%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.76

RGB Variations

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

Color information

#3D230A (or 0x3D230A) is known color: Cocoa Brown. HEX triplet: 3D, 23 and 0A. RGB value is (61,35,10). Sum of RGB (Red+Green+Blue) = 61+35+10=106 (14% of max value = 765). Red value is 61 (24.22% from 255 or 57.55% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 61 - color contains mainly: red. Hex color #3D230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D230A is #C2DCF5. Grayscale: #282828. Windows color (decimal): -12770550 or 664381. OLE color: 664381.

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

Color convert

RGB 61 35 10 -
CMYK 0 0.43 0.84 0.76
HSL 29.41º 0.72% 0.14% -
HSV(B) 29.41º 0.84% 0.24% -
XYZ 2.58 2.22 0.58 -
YUV 39.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 61 35 10 0 0.43 0.84 0.76 29.41 0.72 0.14
Hex 3D 23 A 0 2B 54 4C 1D 48 E
Octal 75 43 12 0 53 124 114 35 110 16
Binary 111101 100011 1010 0 101011 1010100 1001100 11101 1001000 1110

Color Harmonies of #3D230A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D230A

Black with #3D230A

Text Example


Text Example

White with #3D230A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,35,10); }

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

background-color css

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

 a { background-color: rgb(61,35,10); }

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

border-color css

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

 span { border-color: rgb(61,35,10); }

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