Html Css Color HEX #134321 Deep Fir

📋 copy color: '#134321'

red 19 ◦ green 67 ◦ blue 33

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

Shades of Deep Fir #134321

Tints of Deep Fir #134321

RGB

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

 GREEN value IS 67 (26.56% from 255) = 56.3%

 BLUE value IS 33 (13.28% from 255) = 27.73%

R = 15.97%
G = 56.3%
B = 27.73%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.51

 K value IS 0.74

RGB Variations

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

Color information

#134321 (or 0x134321) is known color: Deep Fir. HEX triplet: 13, 43 and 21. RGB value is (19,67,33). Sum of RGB (Red+Green+Blue) = 19+67+33=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 67 (26.56% from 255 or 56.30% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 67 - color contains mainly: green. Hex color #134321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134321 is #ECBCDE. Grayscale: #303030. Windows color (decimal): -15514847 or 2179859. OLE color: 2179859.

HSL color Cylindrical-coordinate representation of color #134321: hue angle of 137.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134321 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 67 33 -
CMYK 0.72 0 0.51 0.74
HSL 137.5º 0.56% 0.17% -
HSV(B) 137.5º 0.72% 0.26% -
XYZ 2.55 4.26 2.13 -
YUV 48.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 19 67 33 0.72 0 0.51 0.74 137.5 0.56 0.17
Hex 13 43 21 48 0 33 4A 8A 38 11
Octal 23 103 41 110 0 63 112 212 70 21
Binary 10011 1000011 100001 1001000 0 110011 1001010 10001010 111000 10001

Color Harmonies of #134321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134321

Black with #134321

Text Example


Text Example

White with #134321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134321; }

 p { color: rgb(19,67,33); }

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

background-color css

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

 a { background-color: rgb(19,67,33); }

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

border-color css

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

 span { border-color: rgb(19,67,33); }

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