Html Css Color HEX #331E04 Cocoa Brown

📋 copy color: '#331E04'

red 51 ◦ green 30 ◦ blue 4

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

Shades of Cocoa Brown #331E04

Tints of Cocoa Brown #331E04

RGB

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

 GREEN value IS 30 (12.11% from 255) = 35.29%

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

R = 60%
G = 35.29%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.8

RGB Variations

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

Color information

#331E04 (or 0x331E04) is known color: Cocoa Brown. HEX triplet: 33, 1E and 04. RGB value is (51,30,4). Sum of RGB (Red+Green+Blue) = 51+30+4=85 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 51 - color contains mainly: red. Hex color #331E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331E04 is #CCE1FB. Grayscale: #212121. Windows color (decimal): -13427196 or 269875. OLE color: 269875.

HSL color Cylindrical-coordinate representation of color #331E04: hue angle of 33.19º 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 #331E04 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 30 4 -
CMYK 0 0.41 0.92 0.8
HSL 33.19º 0.85% 0.11% -
HSV(B) 33.19º 0.92% 0.2% -
XYZ 1.85 1.64 0.33 -
YUV 33.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 51 30 4 0 0.41 0.92 0.8 33.19 0.85 0.11
Hex 33 1E 4 0 29 5C 50 21 55 B
Octal 63 36 4 0 51 134 120 41 125 13
Binary 110011 11110 100 0 101001 1011100 1010000 100001 1010101 1011

Color Harmonies of #331E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E04

Black with #331E04

Text Example


Text Example

White with #331E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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