#261C10

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

Shades of Cocoa Brown #261C10

Tints of Cocoa Brown #261C10

Color information

#261C10 (or 0x261C10) is unknown color: approx Cocoa Brown. HEX triplet: 26, 1C and 10. RGB value is (38,28,16). Sum of RGB (Red+Green+Blue) = 38+28+16=82 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.34% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 38 - color contains mainly: red. Hex color #261C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261C10 is #D9E3EF. Grayscale: #1D1D1D. Windows color (decimal): -14279664 or 1055782. OLE color: 1055782.

HSL color Cylindrical-coordinate representation of color #261C10: hue angle of 32.73º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #261C10 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.85.

Color convert

RGB382816-
CMYK00.260.580.85
HSL32.73º40.74%10.59%-
HSV(B)32.73º57.89%14.9%-
XYZ1.311.280.67-
YUV29.62120.31133.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 46.34%
GREEN value IS 28 (11.33% from 255) = 34.15%
BLUE value IS 16 (6.64% from 255) = 19.51%
R=46.34%
G=34.15%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38281600.260.580.8532.7340.7410.59
Hex261C1001A3A552129b
Octal46342003272125415113
Binary100110111001000001101011101010101011000011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,28,16); }

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

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

 a { background-color: rgb(38,28,16); }

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

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

 span { border-color: rgb(38,28,16); }

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