#261808

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

Shades of Cocoa Brown #261808

Tints of Cocoa Brown #261808

Color information

#261808 (or 0x261808) is unknown color: approx Cocoa Brown. HEX triplet: 26, 18 and 08. RGB value is (38,24,8). Sum of RGB (Red+Green+Blue) = 38+24+8=70 (9% of max value = 765). Red value is 38 (15.23% from 255 or 54.29% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 38 - color contains mainly: red. Hex color #261808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261808 is #D9E7F7. Grayscale: #1A1A1A. Windows color (decimal): -14280696 or 530470. OLE color: 530470.

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

Color convert

RGB38248-
CMYK00.370.790.85
HSL32º65.22%9.02%-
HSV(B)32º78.95%14.9%-
XYZ1.171.080.38-
YUV26.36117.64136.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 54.29%
GREEN value IS 24 (9.77% from 255) = 34.29%
BLUE value IS 8 (3.52% from 255) = 11.43%
R=54.29%
G=34.29%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3824800.370.790.853265.229.02
Hex261880254F5520419
Octal4630100451171254010111
Binary10011011000100001001011001111101010110000010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261808; }

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

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

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

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

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

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

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

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