Html Css Color HEX #133823 Deep Fir

📋 copy color: '#133823'

red 19 ◦ green 56 ◦ blue 35

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

Shades of Deep Fir #133823

Tints of Deep Fir #133823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 31.82%

R = 17.27%
G = 50.91%
B = 31.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#133823 (or 0x133823) is known color: Deep Fir. HEX triplet: 13, 38 and 23. RGB value is (19,56,35). Sum of RGB (Red+Green+Blue) = 19+56+35=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #133823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133823 is #ECC7DC. Grayscale: #2A2A2A. Windows color (decimal): -15517661 or 2308115. OLE color: 2308115.

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

Color convert

RGB 19 56 35 -
CMYK 0.66 0 0.37 0.78
HSL 145.95º 0.49% 0.15% -
HSV(B) 145.95º 0.66% 0.22% -
XYZ 1.99 3.09 2.08 -
YUV 42.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 19 56 35 0.66 0 0.37 0.78 145.95 0.49 0.15
Hex 13 38 23 42 0 25 4E 92 31 F
Octal 23 70 43 102 0 45 116 222 61 17
Binary 10011 111000 100011 1000010 0 100101 1001110 10010010 110001 1111

Color Harmonies of #133823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133823

Black with #133823

Text Example


Text Example

White with #133823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133823; }

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

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

background-color css

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

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

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

border-color css

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

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

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