Html Css Color HEX #331F08 Cocoa Brown

📋 copy color: '#331F08'

red 51 ◦ green 31 ◦ blue 8

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

Shades of Cocoa Brown #331F08

Tints of Cocoa Brown #331F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8.89%

R = 56.67%
G = 34.44%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.8

RGB Variations

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

Color information

#331F08 (or 0x331F08) is known color: Cocoa Brown. HEX triplet: 33, 1F and 08. RGB value is (51,31,8). Sum of RGB (Red+Green+Blue) = 51+31+8=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #331F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F08 is #CCE0F7. Grayscale: #222222. Windows color (decimal): -13426936 or 532275. OLE color: 532275.

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

Color convert

RGB 51 31 8 -
CMYK 0 0.39 0.84 0.8
HSL 32.09º 0.73% 0.12% -
HSV(B) 32.09º 0.84% 0.2% -
XYZ 1.9 1.7 0.46 -
YUV 34.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 51 31 8 0 0.39 0.84 0.8 32.09 0.73 0.12
Hex 33 1F 8 0 27 54 50 20 49 C
Octal 63 37 10 0 47 124 120 40 111 14
Binary 110011 11111 1000 0 100111 1010100 1010000 100000 1001001 1100

Color Harmonies of #331F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F08

Black with #331F08

Text Example


Text Example

White with #331F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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