Html Css Color HEX #2F251D Cocoa Brown

📋 copy color: '#2F251D'

red 47 ◦ green 37 ◦ blue 29

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

Shades of Cocoa Brown #2F251D

Tints of Cocoa Brown #2F251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.74%

 BLUE value IS 29 (11.72% from 255) = 25.66%

R = 41.59%
G = 32.74%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.82

RGB Variations

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

Color information

#2F251D (or 0x2F251D) is known color: Cocoa Brown. HEX triplet: 2F, 25 and 1D. RGB value is (47,37,29). Sum of RGB (Red+Green+Blue) = 47+37+29=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 47 - color contains mainly: red. Hex color #2F251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F251D is #D0DAE2. Grayscale: #272727. Windows color (decimal): -13687523 or 1910063. OLE color: 1910063.

HSL color Cylindrical-coordinate representation of color #2F251D: hue angle of 26.67º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2F251D is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 37 29 -
CMYK 0 0.21 0.38 0.82
HSL 26.67º 0.24% 0.15% -
HSV(B) 26.67º 0.38% 0.18% -
XYZ 2.06 2.02 1.44 -
YUV 39.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 47 37 29 0 0.21 0.38 0.82 26.67 0.24 0.15
Hex 2F 25 1D 0 15 26 52 1B 18 F
Octal 57 45 35 0 25 46 122 33 30 17
Binary 101111 100101 11101 0 10101 100110 1010010 11011 11000 1111

Color Harmonies of #2F251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F251D

Black with #2F251D

Text Example


Text Example

White with #2F251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,37,29); }

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

background-color css

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

 a { background-color: rgb(47,37,29); }

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

border-color css

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

 span { border-color: rgb(47,37,29); }

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