Html Css Color HEX #133820 Deep Fir

📋 copy color: '#133820'

red 19 ◦ green 56 ◦ blue 32

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

Shades of Deep Fir #133820

Tints of Deep Fir #133820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 29.91%

R = 17.76%
G = 52.34%
B = 29.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#133820 (or 0x133820) is known color: Deep Fir. HEX triplet: 13, 38 and 20. RGB value is (19,56,32). Sum of RGB (Red+Green+Blue) = 19+56+32=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #133820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133820 is #ECC7DF. Grayscale: #2A2A2A. Windows color (decimal): -15517664 or 2111507. OLE color: 2111507.

HSL color Cylindrical-coordinate representation of color #133820: hue angle of 141.08º 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 #133820 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 56 32 -
CMYK 0.66 0 0.43 0.78
HSL 141.08º 0.49% 0.15% -
HSV(B) 141.08º 0.66% 0.22% -
XYZ 1.94 3.07 1.86 -
YUV 42.2 122.24 111.45 -
System Red Green Blue C M Y K H S L
Decimal 19 56 32 0.66 0 0.43 0.78 141.08 0.49 0.15
Hex 13 38 20 42 0 2B 4E 8D 31 F
Octal 23 70 40 102 0 53 116 215 61 17
Binary 10011 111000 100000 1000010 0 101011 1001110 10001101 110001 1111

Color Harmonies of #133820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133820

Black with #133820

Text Example


Text Example

White with #133820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133820; }

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

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

background-color css

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

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

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

border-color css

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

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

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