Html Css Color HEX #261D13 Cocoa Brown

📋 copy color: '#261D13'

red 38 ◦ green 29 ◦ blue 19

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

Shades of Cocoa Brown #261D13

Tints of Cocoa Brown #261D13

RGB

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

 GREEN value IS 29 (11.72% from 255) = 33.72%

 BLUE value IS 19 (7.81% from 255) = 22.09%

R = 44.19%
G = 33.72%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.85

RGB Variations

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

Color information

#261D13 (or 0x261D13) is known color: Cocoa Brown. HEX triplet: 26, 1D and 13. RGB value is (38,29,19). Sum of RGB (Red+Green+Blue) = 38+29+19=86 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.19% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 38 - color contains mainly: red. Hex color #261D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261D13 is #D9E2EC. Grayscale: #1E1E1E. Windows color (decimal): -14279405 or 1252646. OLE color: 1252646.

HSL color Cylindrical-coordinate representation of color #261D13: hue angle of 31.58º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #261D13 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 29 19 -
CMYK 0 0.24 0.50 0.85
HSL 31.58º 0.33% 0.11% -
HSV(B) 31.58º 0.5% 0.15% -
XYZ 1.36 1.34 0.8 -
YUV 30.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 38 29 19 0 0.24 0.50 0.85 31.58 0.33 0.11
Hex 26 1D 13 0 18 32 55 20 21 B
Octal 46 35 23 0 30 62 125 40 41 13
Binary 100110 11101 10011 0 11000 110010 1010101 100000 100001 1011

Color Harmonies of #261D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261D13

Black with #261D13

Text Example


Text Example

White with #261D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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