Html Css Color HEX #2F251A Cocoa Brown

📋 copy color: '#2F251A'

red 47 ◦ green 37 ◦ blue 26

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

Shades of Cocoa Brown #2F251A

Tints of Cocoa Brown #2F251A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.64%

R = 42.73%
G = 33.64%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.82

RGB Variations

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

Color information

#2F251A (or 0x2F251A) is known color: Cocoa Brown. HEX triplet: 2F, 25 and 1A. RGB value is (47,37,26). Sum of RGB (Red+Green+Blue) = 47+37+26=110 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.73% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 47 - color contains mainly: red. Hex color #2F251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F251A is #D0DAE5. Grayscale: #262626. Windows color (decimal): -13687526 or 1713455. OLE color: 1713455.

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

Color convert

RGB 47 37 26 -
CMYK 0 0.21 0.45 0.82
HSL 31.43º 0.29% 0.14% -
HSV(B) 31.43º 0.45% 0.18% -
XYZ 2.02 2 1.26 -
YUV 38.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 47 37 26 0 0.21 0.45 0.82 31.43 0.29 0.14
Hex 2F 25 1A 0 15 2D 52 1F 1D E
Octal 57 45 32 0 25 55 122 37 35 16
Binary 101111 100101 11010 0 10101 101101 1010010 11111 11101 1110

Color Harmonies of #2F251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F251A

Black with #2F251A

Text Example


Text Example

White with #2F251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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