Html Css Color HEX #2F200F Cocoa Brown

📋 copy color: '#2F200F'

red 47 ◦ green 32 ◦ blue 15

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

Shades of Cocoa Brown #2F200F

Tints of Cocoa Brown #2F200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.96%

R = 50%
G = 34.04%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.82

RGB Variations

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

Color information

#2F200F (or 0x2F200F) is known color: Cocoa Brown. HEX triplet: 2F, 20 and 0F. RGB value is (47,32,15). Sum of RGB (Red+Green+Blue) = 47+32+15=94 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 47 - color contains mainly: red. Hex color #2F200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F200F is #D0DFF0. Grayscale: #222222. Windows color (decimal): -13688817 or 991279. OLE color: 991279.

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

Color convert

RGB 47 32 15 -
CMYK 0 0.32 0.68 0.82
HSL 31.88º 0.52% 0.12% -
HSV(B) 31.88º 0.68% 0.18% -
XYZ 1.78 1.67 0.68 -
YUV 34.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 47 32 15 0 0.32 0.68 0.82 31.88 0.52 0.12
Hex 2F 20 F 0 20 44 52 20 34 C
Octal 57 40 17 0 40 104 122 40 64 14
Binary 101111 100000 1111 0 100000 1000100 1010010 100000 110100 1100

Color Harmonies of #2F200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F200F

Black with #2F200F

Text Example


Text Example

White with #2F200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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