#261A08

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

Shades of Cocoa Brown #261A08

Tints of Cocoa Brown #261A08

Color information

#261A08 (or 0x261A08) is unknown color: approx Cocoa Brown. HEX triplet: 26, 1A and 08. RGB value is (38,26,8). Sum of RGB (Red+Green+Blue) = 38+26+8=72 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.78% from 72); Green value is 26 (10.55% from 255 or 36.11% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 38 - color contains mainly: red. Hex color #261A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261A08 is #D9E5F7. Grayscale: #1B1B1B. Windows color (decimal): -14280184 or 530982. OLE color: 530982.

HSL color Cylindrical-coordinate representation of color #261A08: hue angle of 36º 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 #261A08 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.85.

Color convert

RGB38268-
CMYK00.320.790.85
HSL36º65.22%9.02%-
HSV(B)36º78.95%14.9%-
XYZ1.211.170.39-
YUV27.54116.98135.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 52.78%
GREEN value IS 26 (10.55% from 255) = 36.11%
BLUE value IS 8 (3.52% from 255) = 11.11%
R=52.78%
G=36.11%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3826800.320.790.853665.229.02
Hex261A80204F5524419
Octal4632100401171254410111
Binary10011011010100001000001001111101010110010010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261A08; }

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

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

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

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

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

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

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

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