Html Css Color HEX #1D1302 Cocoa Brown

📋 copy color: '#1D1302'

red 29 ◦ green 19 ◦ blue 2

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

Shades of Cocoa Brown #1D1302

Tints of Cocoa Brown #1D1302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 38%

 BLUE value IS 2 (1.17% from 255) = 4%

R = 58%
G = 38%
B = 4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.89

RGB Variations

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

Color information

#1D1302 (or 0x1D1302) is known color: Cocoa Brown. HEX triplet: 1D, 13 and 02. RGB value is (29,19,2). Sum of RGB (Red+Green+Blue) = 29+19+2=50 (6% of max value = 765). Red value is 29 (11.72% from 255 or 58% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 2 (1.17% from 255 or 4% from 50); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1302 is #E2ECFD. Grayscale: #141414. Windows color (decimal): -14871806 or 135965. OLE color: 135965.

HSL color Cylindrical-coordinate representation of color #1D1302: hue angle of 37.78º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D1302 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 19 2 -
CMYK 0 0.34 0.93 0.89
HSL 37.78º 0.87% 0.06% -
HSV(B) 37.78º 0.93% 0.11% -
XYZ 0.75 0.73 0.16 -
YUV 20.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 29 19 2 0 0.34 0.93 0.89 37.78 0.87 0.06
Hex 1D 13 2 0 22 5D 59 26 57 6
Octal 35 23 2 0 42 135 131 46 127 6
Binary 11101 10011 10 0 100010 1011101 1011001 100110 1010111 110

Color Harmonies of #1D1302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1302

Black with #1D1302

Text Example


Text Example

White with #1D1302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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