Html Css Color HEX #1C120D Wood Bark

📋 copy color: '#1C120D'

red 28 ◦ green 18 ◦ blue 13

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

Shades of Wood Bark #1C120D

Tints of Wood Bark #1C120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 30.51%

 BLUE value IS 13 (5.47% from 255) = 22.03%

R = 47.46%
G = 30.51%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.89

RGB Variations

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

Color information

#1C120D (or 0x1C120D) is known color: Wood Bark. HEX triplet: 1C, 12 and 0D. RGB value is (28,18,13). Sum of RGB (Red+Green+Blue) = 28+18+13=59 (7% of max value = 765). Red value is 28 (11.33% from 255 or 47.46% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 28 - color contains mainly: red. Hex color #1C120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C120D is #E3EDF2. Grayscale: #141414. Windows color (decimal): -14937587 or 856604. OLE color: 856604.

HSL color Cylindrical-coordinate representation of color #1C120D: hue angle of 20º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C120D is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 18 13 -
CMYK 0 0.36 0.54 0.89
HSL 20º 0.37% 0.08% -
HSV(B) 20º 0.54% 0.11% -
XYZ 0.77 0.71 0.48 -
YUV 20.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 28 18 13 0 0.36 0.54 0.89 20 0.37 0.08
Hex 1C 12 D 0 24 36 59 14 25 8
Octal 34 22 15 0 44 66 131 24 45 10
Binary 11100 10010 1101 0 100100 110110 1011001 10100 100101 1000

Color Harmonies of #1C120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C120D

Black with #1C120D

Text Example


Text Example

White with #1C120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,18,13); }

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

background-color css

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

 a { background-color: rgb(28,18,13); }

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

border-color css

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

 span { border-color: rgb(28,18,13); }

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