#261D10

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

Shades of Cocoa Brown #261D10

Tints of Cocoa Brown #261D10

Color information

#261D10 (or 0x261D10) is unknown color: approx Cocoa Brown. HEX triplet: 26, 1D and 10. RGB value is (38,29,16). Sum of RGB (Red+Green+Blue) = 38+29+16=83 (10% of max value = 765). Red value is 38 (15.23% from 255 or 45.78% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 38 - color contains mainly: red. Hex color #261D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261D10 is #D9E2EF. Grayscale: #1E1E1E. Windows color (decimal): -14279408 or 1056038. OLE color: 1056038.

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

Color convert

RGB382916-
CMYK00.240.580.85
HSL35.45º40.74%10.59%-
HSV(B)35.45º57.89%14.9%-
XYZ1.331.330.68-
YUV30.21119.98133.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 45.78%
GREEN value IS 29 (11.72% from 255) = 34.94%
BLUE value IS 16 (6.64% from 255) = 19.28%
R=45.78%
G=34.94%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38291600.240.580.8535.4540.7410.59
Hex261D100183A552329b
Octal46352003072125435113
Binary100110111011000001100011101010101011000111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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