Html Css Color HEX #331C07 Cocoa Brown

📋 copy color: '#331C07'

red 51 ◦ green 28 ◦ blue 7

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

Shades of Cocoa Brown #331C07

Tints of Cocoa Brown #331C07

RGB

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

 GREEN value IS 28 (11.33% from 255) = 32.56%

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

R = 59.3%
G = 32.56%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.8

RGB Variations

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

Color information

#331C07 (or 0x331C07) is known color: Cocoa Brown. HEX triplet: 33, 1C and 07. RGB value is (51,28,7). Sum of RGB (Red+Green+Blue) = 51+28+7=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 28 (11.33% from 255 or 32.56% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #331C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331C07 is #CCE3F8. Grayscale: #202020. Windows color (decimal): -13427705 or 465971. OLE color: 465971.

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

Color convert

RGB 51 28 7 -
CMYK 0 0.45 0.86 0.8
HSL 28.64º 0.76% 0.11% -
HSV(B) 28.64º 0.86% 0.2% -
XYZ 1.82 1.55 0.4 -
YUV 32.48 113.62 141.21 -
System Red Green Blue C M Y K H S L
Decimal 51 28 7 0 0.45 0.86 0.8 28.64 0.76 0.11
Hex 33 1C 7 0 2D 56 50 1D 4C B
Octal 63 34 7 0 55 126 120 35 114 13
Binary 110011 11100 111 0 101101 1010110 1010000 11101 1001100 1011

Color Harmonies of #331C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331C07

Black with #331C07

Text Example


Text Example

White with #331C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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