Html Css Color HEX #331F04 Cocoa Brown

📋 copy color: '#331F04'

red 51 ◦ green 31 ◦ blue 4

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

Shades of Cocoa Brown #331F04

Tints of Cocoa Brown #331F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.65%

R = 59.3%
G = 36.05%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.8

RGB Variations

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

Color information

#331F04 (or 0x331F04) is known color: Cocoa Brown. HEX triplet: 33, 1F and 04. RGB value is (51,31,4). Sum of RGB (Red+Green+Blue) = 51+31+4=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #331F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F04 is #CCE0FB. Grayscale: #222222. Windows color (decimal): -13426940 or 270131. OLE color: 270131.

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

Color convert

RGB 51 31 4 -
CMYK 0 0.39 0.92 0.8
HSL 34.47º 0.85% 0.11% -
HSV(B) 34.47º 0.92% 0.2% -
XYZ 1.88 1.69 0.34 -
YUV 33.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 51 31 4 0 0.39 0.92 0.8 34.47 0.85 0.11
Hex 33 1F 4 0 27 5C 50 22 55 B
Octal 63 37 4 0 47 134 120 42 125 13
Binary 110011 11111 100 0 100111 1011100 1010000 100010 1010101 1011

Color Harmonies of #331F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F04

Black with #331F04

Text Example


Text Example

White with #331F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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