Html Css Color HEX #2C1A01 Cocoa Brown

📋 copy color: '#2C1A01'

red 44 ◦ green 26 ◦ blue 1

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

Shades of Cocoa Brown #2C1A01

Tints of Cocoa Brown #2C1A01

RGB

 RED value IS 44 (17.58% from 255) = 61.97%

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

 BLUE value IS 1 (0.78% from 255) = 1.41%

R = 61.97%
G = 36.62%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.83

RGB Variations

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

Color information

#2C1A01 (or 0x2C1A01) is known color: Cocoa Brown. HEX triplet: 2C, 1A and 01. RGB value is (44,26,1). Sum of RGB (Red+Green+Blue) = 44+26+1=71 (9% of max value = 765). Red value is 44 (17.58% from 255 or 61.97% from 71); Green value is 26 (10.55% from 255 or 36.62% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C1A01 is #D3E5FE. Grayscale: #1C1C1C. Windows color (decimal): -13886975 or 72236. OLE color: 72236.

HSL color Cylindrical-coordinate representation of color #2C1A01: hue angle of 34.88º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C1A01 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.83.

Color convert

RGB 44 26 1 -
CMYK 0 0.41 0.98 0.83
HSL 34.88º 0.96% 0.09% -
HSV(B) 34.88º 0.98% 0.17% -
XYZ 1.41 1.28 0.2 -
YUV 28.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 44 26 1 0 0.41 0.98 0.83 34.88 0.96 0.09
Hex 2C 1A 1 0 29 62 53 23 60 9
Octal 54 32 1 0 51 142 123 43 140 11
Binary 101100 11010 1 0 101001 1100010 1010011 100011 1100000 1001

Color Harmonies of #2C1A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1A01

Black with #2C1A01

Text Example


Text Example

White with #2C1A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,26,1); }

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

background-color css

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

 a { background-color: rgb(44,26,1); }

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

border-color css

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

 span { border-color: rgb(44,26,1); }

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