Html Css Color HEX #261D14 Cocoa Brown

📋 copy color: '#261D14'

red 38 ◦ green 29 ◦ blue 20

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

Shades of Cocoa Brown #261D14

Tints of Cocoa Brown #261D14

RGB

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

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

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

R = 43.68%
G = 33.33%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.85

RGB Variations

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

Color information

#261D14 (or 0x261D14) is known color: Cocoa Brown. HEX triplet: 26, 1D and 14. RGB value is (38,29,20). Sum of RGB (Red+Green+Blue) = 38+29+20=87 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.68% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 38 - color contains mainly: red. Hex color #261D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261D14 is #D9E2EB. Grayscale: #1E1E1E. Windows color (decimal): -14279404 or 1318182. OLE color: 1318182.

HSL color Cylindrical-coordinate representation of color #261D14: hue angle of 30º 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 #261D14 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 29 20 -
CMYK 0 0.24 0.47 0.85
HSL 30º 0.31% 0.11% -
HSV(B) 30º 0.47% 0.15% -
XYZ 1.36 1.34 0.85 -
YUV 30.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 38 29 20 0 0.24 0.47 0.85 30 0.31 0.11
Hex 26 1D 14 0 18 2F 55 1E 1F B
Octal 46 35 24 0 30 57 125 36 37 13
Binary 100110 11101 10100 0 11000 101111 1010101 11110 11111 1011

Color Harmonies of #261D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261D14

Black with #261D14

Text Example


Text Example

White with #261D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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