#261A05

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

Shades of Cocoa Brown #261A05

Tints of Cocoa Brown #261A05

Color information

#261A05 (or 0x261A05) is unknown color: approx Cocoa Brown. HEX triplet: 26, 1A and 05. RGB value is (38,26,5). Sum of RGB (Red+Green+Blue) = 38+26+5=69 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.07% from 69); Green value is 26 (10.55% from 255 or 37.68% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 38 - color contains mainly: red. Hex color #261A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261A05 is #D9E5FA. Grayscale: #1B1B1B. Windows color (decimal): -14280187 or 334374. OLE color: 334374.

HSL color Cylindrical-coordinate representation of color #261A05: hue angle of 38.18º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261A05 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB38265-
CMYK00.320.870.85
HSL38.18º76.74%8.43%-
HSV(B)38.18º86.84%14.9%-
XYZ1.21.160.3-
YUV27.19115.48135.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 55.07%
GREEN value IS 26 (10.55% from 255) = 37.68%
BLUE value IS 5 (2.34% from 255) = 7.25%
R=55.07%
G=37.68%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3826500.320.870.8538.1876.748.43
Hex261A50205755264d8
Octal463250401271254611510
Binary1001101101010101000001010111101010110011010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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