Html Css Color HEX #261E15 Cocoa Brown

📋 copy color: '#261E15'

red 38 ◦ green 30 ◦ blue 21

#261E15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #261E15

Tints of Cocoa Brown #261E15

RGB

 RED value IS 38 (15.23% from 255) = 42.7%

 GREEN value IS 30 (12.11% from 255) = 33.71%

 BLUE value IS 21 (8.59% from 255) = 23.6%

R = 42.7%
G = 33.71%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.85

RGB Variations

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

Color information

#261E15 (or 0x261E15) is known color: Cocoa Brown. HEX triplet: 26, 1E and 15. RGB value is (38,30,21). Sum of RGB (Red+Green+Blue) = 38+30+21=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 38 - color contains mainly: red. Hex color #261E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261E15 is #D9E1EA. Grayscale: #1F1F1F. Windows color (decimal): -14279147 or 1383974. OLE color: 1383974.

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

Color convert

RGB 38 30 21 -
CMYK 0 0.21 0.45 0.85
HSL 31.76º 0.29% 0.12% -
HSV(B) 31.76º 0.45% 0.15% -
XYZ 1.4 1.39 0.9 -
YUV 31.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 38 30 21 0 0.21 0.45 0.85 31.76 0.29 0.12
Hex 26 1E 15 0 15 2D 55 20 1D C
Octal 46 36 25 0 25 55 125 40 35 14
Binary 100110 11110 10101 0 10101 101101 1010101 100000 11101 1100

Color Harmonies of #261E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261E15

Black with #261E15

Text Example


Text Example

White with #261E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,30,21); }

 H1.HeaderClassName
 {
   color: #261E15;
 }
 .AnyTagClassName
 {
   color: #261E15;
 }
</style>

background-color css

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

 a { background-color: rgb(38,30,21); }

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

border-color css

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

 span { border-color: rgb(38,30,21); }

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