Html Css Color HEX #2F1A00 Cocoa Brown

📋 copy color: '#2F1A00'

red 47 ◦ green 26 ◦ blue 0

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

Shades of Cocoa Brown #2F1A00

Tints of Cocoa Brown #2F1A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 35.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.38%
G = 35.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.82

RGB Variations

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

Color information

#2F1A00 (or 0x2F1A00) is known color: Cocoa Brown. HEX triplet: 2F, 1A and 00. RGB value is (47,26,0). Sum of RGB (Red+Green+Blue) = 47+26+0=73 (9% of max value = 765). Red value is 47 (18.75% from 255 or 64.38% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1A00 is #D0E5FF. Grayscale: #1D1D1D. Windows color (decimal): -13690368 or 6703. OLE color: 6703.

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

Color convert

RGB 47 26 0 -
CMYK 0 0.45 1 0.82
HSL 33.19º 1% 0.09% -
HSV(B) 33.19º 1% 0.18% -
XYZ 1.54 1.34 0.18 -
YUV 29.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 47 26 0 0 0.45 1 0.82 33.19 1 0.09
Hex 2F 1A 0 0 2D 64 52 21 64 9
Octal 57 32 0 0 55 144 122 41 144 11
Binary 101111 11010 0 0 101101 1100100 1010010 100001 1100100 1001

Color Harmonies of #2F1A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1A00

Black with #2F1A00

Text Example


Text Example

White with #2F1A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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