Html Css Color HEX #331F07 Cocoa Brown

📋 copy color: '#331F07'

red 51 ◦ green 31 ◦ blue 7

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

Shades of Cocoa Brown #331F07

Tints of Cocoa Brown #331F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.87%

R = 57.3%
G = 34.83%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.8

RGB Variations

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

Color information

#331F07 (or 0x331F07) is known color: Cocoa Brown. HEX triplet: 33, 1F and 07. RGB value is (51,31,7). Sum of RGB (Red+Green+Blue) = 51+31+7=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #331F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F07 is #CCE0F8. Grayscale: #222222. Windows color (decimal): -13426937 or 466739. OLE color: 466739.

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

Color convert

RGB 51 31 7 -
CMYK 0 0.39 0.86 0.8
HSL 32.73º 0.76% 0.11% -
HSV(B) 32.73º 0.86% 0.2% -
XYZ 1.89 1.7 0.43 -
YUV 34.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 51 31 7 0 0.39 0.86 0.8 32.73 0.76 0.11
Hex 33 1F 7 0 27 56 50 21 4C B
Octal 63 37 7 0 47 126 120 41 114 13
Binary 110011 11111 111 0 100111 1010110 1010000 100001 1001100 1011

Color Harmonies of #331F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F07

Black with #331F07

Text Example


Text Example

White with #331F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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