Html Css Color HEX #331D0D Cocoa Brown

📋 copy color: '#331D0D'

red 51 ◦ green 29 ◦ blue 13

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

Shades of Cocoa Brown #331D0D

Tints of Cocoa Brown #331D0D

RGB

 RED value IS 51 (20.31% from 255) = 54.84%

 GREEN value IS 29 (11.72% from 255) = 31.18%

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

R = 54.84%
G = 31.18%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.8

RGB Variations

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

Color information

#331D0D (or 0x331D0D) is known color: Cocoa Brown. HEX triplet: 33, 1D and 0D. RGB value is (51,29,13). Sum of RGB (Red+Green+Blue) = 51+29+13=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #331D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331D0D is #CCE2F2. Grayscale: #212121. Windows color (decimal): -13427443 or 859443. OLE color: 859443.

HSL color Cylindrical-coordinate representation of color #331D0D: hue angle of 25.26º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331D0D is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 29 13 -
CMYK 0 0.43 0.75 0.8
HSL 25.26º 0.59% 0.13% -
HSV(B) 25.26º 0.75% 0.2% -
XYZ 1.88 1.61 0.59 -
YUV 33.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 51 29 13 0 0.43 0.75 0.8 25.26 0.59 0.13
Hex 33 1D D 0 2B 4B 50 19 3B D
Octal 63 35 15 0 53 113 120 31 73 15
Binary 110011 11101 1101 0 101011 1001011 1010000 11001 111011 1101

Color Harmonies of #331D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331D0D

Black with #331D0D

Text Example


Text Example

White with #331D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331D0D; }

 p { color: rgb(51,29,13); }

 H1.HeaderClassName
 {
   color: #331D0D;
 }
 .AnyTagClassName
 {
   color: #331D0D;
 }
</style>

background-color css

<style>
 a { background-color: #331D0D; }

 a { background-color: rgb(51,29,13); }

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

border-color css

<style>
 span { border-color: #331D0D; }

 span { border-color: rgb(51,29,13); }

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