Html Css Color HEX #1C1614 Wood Bark

📋 copy color: '#1C1614'

red 28 ◦ green 22 ◦ blue 20

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

Shades of Wood Bark #1C1614

Tints of Wood Bark #1C1614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 31.43%

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

R = 40%
G = 31.43%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.89

RGB Variations

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

Color information

#1C1614 (or 0x1C1614) is known color: Wood Bark. HEX triplet: 1C, 16 and 14. RGB value is (28,22,20). Sum of RGB (Red+Green+Blue) = 28+22+20=70 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1614 is #E3E9EB. Grayscale: #171717. Windows color (decimal): -14936556 or 1316380. OLE color: 1316380.

HSL color Cylindrical-coordinate representation of color #1C1614: hue angle of 15º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1C1614 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 22 20 -
CMYK 0 0.21 0.29 0.89
HSL 15º 0.17% 0.09% -
HSV(B) 15º 0.29% 0.11% -
XYZ 0.89 0.87 0.78 -
YUV 23.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 28 22 20 0 0.21 0.29 0.89 15 0.17 0.09
Hex 1C 16 14 0 15 1D 59 F 11 9
Octal 34 26 24 0 25 35 131 17 21 11
Binary 11100 10110 10100 0 10101 11101 1011001 1111 10001 1001

Color Harmonies of #1C1614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1614

Black with #1C1614

Text Example


Text Example

White with #1C1614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,22,20); }

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

background-color css

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

 a { background-color: rgb(28,22,20); }

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

border-color css

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

 span { border-color: rgb(28,22,20); }

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