Html Css Color HEX #261E14 Cocoa Brown

📋 copy color: '#261E14'

red 38 ◦ green 30 ◦ blue 20

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

Shades of Cocoa Brown #261E14

Tints of Cocoa Brown #261E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 22.73%

R = 43.18%
G = 34.09%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.85

RGB Variations

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

Color information

#261E14 (or 0x261E14) is known color: Cocoa Brown. HEX triplet: 26, 1E and 14. RGB value is (38,30,20). Sum of RGB (Red+Green+Blue) = 38+30+20=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 38 - color contains mainly: red. Hex color #261E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261E14 is #D9E1EB. Grayscale: #1F1F1F. Windows color (decimal): -14279148 or 1318438. OLE color: 1318438.

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

Color convert

RGB 38 30 20 -
CMYK 0 0.21 0.47 0.85
HSL 33.33º 0.31% 0.11% -
HSV(B) 33.33º 0.47% 0.15% -
XYZ 1.39 1.39 0.86 -
YUV 31.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 38 30 20 0 0.21 0.47 0.85 33.33 0.31 0.11
Hex 26 1E 14 0 15 2F 55 21 1F B
Octal 46 36 24 0 25 57 125 41 37 13
Binary 100110 11110 10100 0 10101 101111 1010101 100001 11111 1011

Color Harmonies of #261E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261E14

Black with #261E14

Text Example


Text Example

White with #261E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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