Html Css Color HEX #2F2013 Cocoa Brown

📋 copy color: '#2F2013'

red 47 ◦ green 32 ◦ blue 19

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

Shades of Cocoa Brown #2F2013

Tints of Cocoa Brown #2F2013

RGB

 RED value IS 47 (18.75% from 255) = 47.96%

 GREEN value IS 32 (12.89% from 255) = 32.65%

 BLUE value IS 19 (7.81% from 255) = 19.39%

R = 47.96%
G = 32.65%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.82

RGB Variations

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

Color information

#2F2013 (or 0x2F2013) is known color: Cocoa Brown. HEX triplet: 2F, 20 and 13. RGB value is (47,32,19). Sum of RGB (Red+Green+Blue) = 47+32+19=98 (12% of max value = 765). Red value is 47 (18.75% from 255 or 47.96% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2013 is #D0DFEC. Grayscale: #232323. Windows color (decimal): -13688813 or 1253423. OLE color: 1253423.

HSL color Cylindrical-coordinate representation of color #2F2013: hue angle of 27.86º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F2013 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 32 19 -
CMYK 0 0.32 0.60 0.82
HSL 27.86º 0.42% 0.13% -
HSV(B) 27.86º 0.6% 0.18% -
XYZ 1.81 1.68 0.85 -
YUV 35 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 47 32 19 0 0.32 0.60 0.82 27.86 0.42 0.13
Hex 2F 20 13 0 20 3C 52 1C 2A D
Octal 57 40 23 0 40 74 122 34 52 15
Binary 101111 100000 10011 0 100000 111100 1010010 11100 101010 1101

Color Harmonies of #2F2013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2013

Black with #2F2013

Text Example


Text Example

White with #2F2013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F2013; }

 p { color: rgb(47,32,19); }

 H1.HeaderClassName
 {
   color: #2F2013;
 }
 .AnyTagClassName
 {
   color: #2F2013;
 }
</style>

background-color css

<style>
 a { background-color: #2F2013; }

 a { background-color: rgb(47,32,19); }

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

border-color css

<style>
 span { border-color: #2F2013; }

 span { border-color: rgb(47,32,19); }

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