Html Css Color HEX #1C1003 Cocoa Brown

📋 copy color: '#1C1003'

red 28 ◦ green 16 ◦ blue 3

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

Shades of Cocoa Brown #1C1003

Tints of Cocoa Brown #1C1003

RGB

 RED value IS 28 (11.33% from 255) = 59.57%

 GREEN value IS 16 (6.64% from 255) = 34.04%

 BLUE value IS 3 (1.56% from 255) = 6.38%

R = 59.57%
G = 34.04%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.89

RGB Variations

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

Color information

#1C1003 (or 0x1C1003) is known color: Cocoa Brown. HEX triplet: 1C, 10 and 03. RGB value is (28,16,3). Sum of RGB (Red+Green+Blue) = 28+16+3=47 (6% of max value = 765). Red value is 28 (11.33% from 255 or 59.57% from 47); Green value is 16 (6.64% from 255 or 34.04% from 47); Blue value is 3 (1.56% from 255 or 6.38% from 47); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1003 is #E3EFFC. Grayscale: #121212. Windows color (decimal): -14938109 or 200732. OLE color: 200732.

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

Color convert

RGB 28 16 3 -
CMYK 0 0.43 0.89 0.89
HSL 31.2º 0.81% 0.06% -
HSV(B) 31.2º 0.89% 0.11% -
XYZ 0.68 0.62 0.17 -
YUV 18.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 28 16 3 0 0.43 0.89 0.89 31.2 0.81 0.06
Hex 1C 10 3 0 2B 59 59 1F 51 6
Octal 34 20 3 0 53 131 131 37 121 6
Binary 11100 10000 11 0 101011 1011001 1011001 11111 1010001 110

Color Harmonies of #1C1003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1003

Black with #1C1003

Text Example


Text Example

White with #1C1003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,16,3); }

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

background-color css

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

 a { background-color: rgb(28,16,3); }

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

border-color css

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

 span { border-color: rgb(28,16,3); }

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