Html Css Color HEX #133722 Deep Fir

📋 copy color: '#133722'

red 19 ◦ green 55 ◦ blue 34

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

Shades of Deep Fir #133722

Tints of Deep Fir #133722

RGB

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

 GREEN value IS 55 (21.88% from 255) = 50.93%

 BLUE value IS 34 (13.67% from 255) = 31.48%

R = 17.59%
G = 50.93%
B = 31.48%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.38

 K value IS 0.78

RGB Variations

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

Color information

#133722 (or 0x133722) is known color: Deep Fir. HEX triplet: 13, 37 and 22. RGB value is (19,55,34). Sum of RGB (Red+Green+Blue) = 19+55+34=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #133722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133722 is #ECC8DD. Grayscale: #292929. Windows color (decimal): -15517918 or 2242323. OLE color: 2242323.

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

Color convert

RGB 19 55 34 -
CMYK 0.65 0 0.38 0.78
HSL 145º 0.49% 0.15% -
HSV(B) 145º 0.65% 0.22% -
XYZ 1.92 2.99 1.99 -
YUV 41.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 19 55 34 0.65 0 0.38 0.78 145 0.49 0.15
Hex 13 37 22 41 0 26 4E 91 31 F
Octal 23 67 42 101 0 46 116 221 61 17
Binary 10011 110111 100010 1000001 0 100110 1001110 10010001 110001 1111

Color Harmonies of #133722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133722

Black with #133722

Text Example


Text Example

White with #133722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133722; }

 p { color: rgb(19,55,34); }

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

background-color css

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

 a { background-color: rgb(19,55,34); }

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

border-color css

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

 span { border-color: rgb(19,55,34); }

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