#261802

Color #261802 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #261802

Tints of Cocoa Brown #261802

Color information

#261802 (or 0x261802) is unknown color: approx Cocoa Brown. HEX triplet: 26, 18 and 02. RGB value is (38,24,2). Sum of RGB (Red+Green+Blue) = 38+24+2=64 (8% of max value = 765). Red value is 38 (15.23% from 255 or 59.38% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 38 - color contains mainly: red. Hex color #261802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261802 is #D9E7FD. Grayscale: #191919. Windows color (decimal): -14280702 or 137254. OLE color: 137254.

HSL color Cylindrical-coordinate representation of color #261802: hue angle of 36.67º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #261802 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB38242-
CMYK00.370.950.85
HSL36.67º90%7.84%-
HSV(B)36.67º94.74%14.9%-
XYZ1.141.070.2-
YUV25.68114.64136.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 59.38%
GREEN value IS 24 (9.77% from 255) = 37.5%
BLUE value IS 2 (1.17% from 255) = 3.12%
R=59.38%
G=37.5%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3824200.370.950.8536.67907.84
Hex261820255F55255a8
Octal463020451371254513210
Binary100110110001001001011011111101010110010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261802; }

 p { color: rgb(38,24,2); }

 H1.HeaderClassName
 {
   color: #261802;
 }
 .AnyTagClassName
 {
   color: #261802;
 }
</style>
background-color css

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

 a { background-color: rgb(38,24,2); }

 div.DivClassName
 {
   background-color: #261802;
 }
 .BgClassName
 {
   background-color: #261802;
 }
</style>
border-color css

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

 span { border-color: rgb(38,24,2); }

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