Html Css Color HEX #133818 Deep Fir

📋 copy color: '#133818'

red 19 ◦ green 56 ◦ blue 24

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

Shades of Deep Fir #133818

Tints of Deep Fir #133818

RGB

 RED value IS 19 (7.81% from 255) = 19.19%

 GREEN value IS 56 (22.27% from 255) = 56.57%

 BLUE value IS 24 (9.77% from 255) = 24.24%

R = 19.19%
G = 56.57%
B = 24.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#133818 (or 0x133818) is known color: Deep Fir. HEX triplet: 13, 38 and 18. RGB value is (19,56,24). Sum of RGB (Red+Green+Blue) = 19+56+24=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 56 (22.27% from 255 or 56.57% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 56 - color contains mainly: green. Hex color #133818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133818 is #ECC7E7. Grayscale: #292929. Windows color (decimal): -15517672 or 1587219. OLE color: 1587219.

HSL color Cylindrical-coordinate representation of color #133818: hue angle of 128.11º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #133818 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 56 24 -
CMYK 0.66 0 0.57 0.78
HSL 128.11º 0.49% 0.15% -
HSV(B) 128.11º 0.66% 0.22% -
XYZ 1.85 3.03 1.35 -
YUV 41.29 118.24 112.1 -
System Red Green Blue C M Y K H S L
Decimal 19 56 24 0.66 0 0.57 0.78 128.11 0.49 0.15
Hex 13 38 18 42 0 39 4E 80 31 F
Octal 23 70 30 102 0 71 116 200 61 17
Binary 10011 111000 11000 1000010 0 111001 1001110 10000000 110001 1111

Color Harmonies of #133818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133818

Black with #133818

Text Example


Text Example

White with #133818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133818; }

 p { color: rgb(19,56,24); }

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

background-color css

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

 a { background-color: rgb(19,56,24); }

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

border-color css

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

 span { border-color: rgb(19,56,24); }

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