Html Css Color HEX #2F200D Cocoa Brown

📋 copy color: '#2F200D'

red 47 ◦ green 32 ◦ blue 13

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

Shades of Cocoa Brown #2F200D

Tints of Cocoa Brown #2F200D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 14.13%

R = 51.09%
G = 34.78%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.82

RGB Variations

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

Color information

#2F200D (or 0x2F200D) is known color: Cocoa Brown. HEX triplet: 2F, 20 and 0D. RGB value is (47,32,13). Sum of RGB (Red+Green+Blue) = 47+32+13=92 (12% of max value = 765). Red value is 47 (18.75% from 255 or 51.09% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 47 - color contains mainly: red. Hex color #2F200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F200D is #D0DFF2. Grayscale: #222222. Windows color (decimal): -13688819 or 860207. OLE color: 860207.

HSL color Cylindrical-coordinate representation of color #2F200D: hue angle of 33.53º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F200D is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 32 13 -
CMYK 0 0.32 0.72 0.82
HSL 33.53º 0.57% 0.12% -
HSV(B) 33.53º 0.72% 0.18% -
XYZ 1.76 1.67 0.61 -
YUV 34.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 47 32 13 0 0.32 0.72 0.82 33.53 0.57 0.12
Hex 2F 20 D 0 20 48 52 22 39 C
Octal 57 40 15 0 40 110 122 42 71 14
Binary 101111 100000 1101 0 100000 1001000 1010010 100010 111001 1100

Color Harmonies of #2F200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F200D

Black with #2F200D

Text Example


Text Example

White with #2F200D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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