Html Css Color HEX #1D1406 Cocoa Brown

📋 copy color: '#1D1406'

red 29 ◦ green 20 ◦ blue 6

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

Shades of Cocoa Brown #1D1406

Tints of Cocoa Brown #1D1406

RGB

 RED value IS 29 (11.72% from 255) = 52.73%

 GREEN value IS 20 (8.2% from 255) = 36.36%

 BLUE value IS 6 (2.73% from 255) = 10.91%

R = 52.73%
G = 36.36%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.89

RGB Variations

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

Color information

#1D1406 (or 0x1D1406) is known color: Cocoa Brown. HEX triplet: 1D, 14 and 06. RGB value is (29,20,6). Sum of RGB (Red+Green+Blue) = 29+20+6=55 (7% of max value = 765). Red value is 29 (11.72% from 255 or 52.73% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1406 is #E2EBF9. Grayscale: #151515. Windows color (decimal): -14871546 or 398365. OLE color: 398365.

HSL color Cylindrical-coordinate representation of color #1D1406: hue angle of 36.52º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D1406 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 20 6 -
CMYK 0 0.31 0.79 0.89
HSL 36.52º 0.66% 0.07% -
HSV(B) 36.52º 0.79% 0.11% -
XYZ 0.79 0.77 0.28 -
YUV 21.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 29 20 6 0 0.31 0.79 0.89 36.52 0.66 0.07
Hex 1D 14 6 0 1F 4F 59 25 42 7
Octal 35 24 6 0 37 117 131 45 102 7
Binary 11101 10100 110 0 11111 1001111 1011001 100101 1000010 111

Color Harmonies of #1D1406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1406

Black with #1D1406

Text Example


Text Example

White with #1D1406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D1406; }

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

 H1.HeaderClassName
 {
   color: #1D1406;
 }
 .AnyTagClassName
 {
   color: #1D1406;
 }
</style>

background-color css

<style>
 a { background-color: #1D1406; }

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

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

border-color css

<style>
 span { border-color: #1D1406; }

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

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