Html Css Color HEX #331F0C Cocoa Brown

📋 copy color: '#331F0C'

red 51 ◦ green 31 ◦ blue 12

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

Shades of Cocoa Brown #331F0C

Tints of Cocoa Brown #331F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.77%

R = 54.26%
G = 32.98%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.8

RGB Variations

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

Color information

#331F0C (or 0x331F0C) is known color: Cocoa Brown. HEX triplet: 33, 1F and 0C. RGB value is (51,31,12). Sum of RGB (Red+Green+Blue) = 51+31+12=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #331F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F0C is #CCE0F3. Grayscale: #222222. Windows color (decimal): -13426932 or 794419. OLE color: 794419.

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

Color convert

RGB 51 31 12 -
CMYK 0 0.39 0.76 0.8
HSL 29.23º 0.62% 0.12% -
HSV(B) 29.23º 0.76% 0.2% -
XYZ 1.92 1.71 0.58 -
YUV 34.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 51 31 12 0 0.39 0.76 0.8 29.23 0.62 0.12
Hex 33 1F C 0 27 4C 50 1D 3E C
Octal 63 37 14 0 47 114 120 35 76 14
Binary 110011 11111 1100 0 100111 1001100 1010000 11101 111110 1100

Color Harmonies of #331F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F0C

Black with #331F0C

Text Example


Text Example

White with #331F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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