Html Css Color HEX #331F11 Cocoa Brown

📋 copy color: '#331F11'

red 51 ◦ green 31 ◦ blue 17

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

Shades of Cocoa Brown #331F11

Tints of Cocoa Brown #331F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 31.31%

 BLUE value IS 17 (7.03% from 255) = 17.17%

R = 51.52%
G = 31.31%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#331F11 (or 0x331F11) is known color: Cocoa Brown. HEX triplet: 33, 1F and 11. RGB value is (51,31,17). Sum of RGB (Red+Green+Blue) = 51+31+17=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #331F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F11 is #CCE0EE. Grayscale: #232323. Windows color (decimal): -13426927 or 1122099. OLE color: 1122099.

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

Color convert

RGB 51 31 17 -
CMYK 0 0.39 0.67 0.8
HSL 24.71º 0.5% 0.13% -
HSV(B) 24.71º 0.67% 0.2% -
XYZ 1.96 1.72 0.76 -
YUV 35.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 51 31 17 0 0.39 0.67 0.8 24.71 0.5 0.13
Hex 33 1F 11 0 27 43 50 19 32 D
Octal 63 37 21 0 47 103 120 31 62 15
Binary 110011 11111 10001 0 100111 1000011 1010000 11001 110010 1101

Color Harmonies of #331F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F11

Black with #331F11

Text Example


Text Example

White with #331F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,31,17); }

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

background-color css

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

 a { background-color: rgb(51,31,17); }

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

border-color css

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

 span { border-color: rgb(51,31,17); }

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