#261B0A

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

Shades of Cocoa Brown #261B0A

Tints of Cocoa Brown #261B0A

Color information

#261B0A (or 0x261B0A) is unknown color: approx Cocoa Brown. HEX triplet: 26, 1B and 0A. RGB value is (38,27,10). Sum of RGB (Red+Green+Blue) = 38+27+10=75 (9% of max value = 765). Red value is 38 (15.23% from 255 or 50.67% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 38 - color contains mainly: red. Hex color #261B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261B0A is #D9E4F5. Grayscale: #1C1C1C. Windows color (decimal): -14279926 or 662310. OLE color: 662310.

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

Color convert

RGB382710-
CMYK00.290.740.85
HSL36.43º58.33%9.41%-
HSV(B)36.43º73.68%14.9%-
XYZ1.251.220.46-
YUV28.35117.64134.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50.67%
GREEN value IS 27 (10.94% from 255) = 36%
BLUE value IS 10 (4.30% from 255) = 13.33%
R=50.67%
G=36%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38271000.290.740.8536.4358.339.41
Hex261BA01D4A55243a9
Octal463312035112125447211
Binary100110110111010011101100101010101011001001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,27,10); }

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

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

 a { background-color: rgb(38,27,10); }

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

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

 span { border-color: rgb(38,27,10); }

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