Html Css Color HEX #331F10 Cocoa Brown

📋 copy color: '#331F10'

red 51 ◦ green 31 ◦ blue 16

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

Shades of Cocoa Brown #331F10

Tints of Cocoa Brown #331F10

RGB

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

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

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

R = 52.04%
G = 31.63%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.8

RGB Variations

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

Color information

#331F10 (or 0x331F10) is known color: Cocoa Brown. HEX triplet: 33, 1F and 10. RGB value is (51,31,16). Sum of RGB (Red+Green+Blue) = 51+31+16=98 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.04% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 51 - color contains mainly: red. Hex color #331F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F10 is #CCE0EF. Grayscale: #232323. Windows color (decimal): -13426928 or 1056563. OLE color: 1056563.

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

Color convert

RGB 51 31 16 -
CMYK 0 0.39 0.69 0.8
HSL 25.71º 0.52% 0.13% -
HSV(B) 25.71º 0.69% 0.2% -
XYZ 1.95 1.72 0.72 -
YUV 35.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 51 31 16 0 0.39 0.69 0.8 25.71 0.52 0.13
Hex 33 1F 10 0 27 45 50 1A 34 D
Octal 63 37 20 0 47 105 120 32 64 15
Binary 110011 11111 10000 0 100111 1000101 1010000 11010 110100 1101

Color Harmonies of #331F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F10

Black with #331F10

Text Example


Text Example

White with #331F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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