Html Css Color HEX #331F05 Cocoa Brown

📋 copy color: '#331F05'

red 51 ◦ green 31 ◦ blue 5

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

Shades of Cocoa Brown #331F05

Tints of Cocoa Brown #331F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.75%

R = 58.62%
G = 35.63%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.8

RGB Variations

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

Color information

#331F05 (or 0x331F05) is known color: Cocoa Brown. HEX triplet: 33, 1F and 05. RGB value is (51,31,5). Sum of RGB (Red+Green+Blue) = 51+31+5=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #331F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F05 is #CCE0FA. Grayscale: #222222. Windows color (decimal): -13426939 or 335667. OLE color: 335667.

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

Color convert

RGB 51 31 5 -
CMYK 0 0.39 0.90 0.8
HSL 33.91º 0.82% 0.11% -
HSV(B) 33.91º 0.9% 0.2% -
XYZ 1.88 1.69 0.37 -
YUV 34.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 51 31 5 0 0.39 0.90 0.8 33.91 0.82 0.11
Hex 33 1F 5 0 27 5A 50 22 52 B
Octal 63 37 5 0 47 132 120 42 122 13
Binary 110011 11111 101 0 100111 1011010 1010000 100010 1010010 1011

Color Harmonies of #331F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F05

Black with #331F05

Text Example


Text Example

White with #331F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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