Html Css Color HEX #442E13 Clinker

📋 copy color: '#442E13'

red 68 ◦ green 46 ◦ blue 19

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

Shades of Clinker #442E13

Tints of Clinker #442E13

RGB

 RED value IS 68 (26.95% from 255) = 51.13%

 GREEN value IS 46 (18.36% from 255) = 34.59%

 BLUE value IS 19 (7.81% from 255) = 14.29%

R = 51.13%
G = 34.59%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#442E13 (or 0x442E13) is known color: Clinker. HEX triplet: 44, 2E and 13. RGB value is (68,46,19). Sum of RGB (Red+Green+Blue) = 68+46+19=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #442E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442E13 is #BBD1EC. Grayscale: #313131. Windows color (decimal): -12308973 or 1257028. OLE color: 1257028.

HSL color Cylindrical-coordinate representation of color #442E13: hue angle of 33.06º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442E13 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 46 19 -
CMYK 0 0.32 0.72 0.73
HSL 33.06º 0.56% 0.17% -
HSV(B) 33.06º 0.72% 0.27% -
XYZ 3.48 3.23 1.06 -
YUV 49.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 68 46 19 0 0.32 0.72 0.73 33.06 0.56 0.17
Hex 44 2E 13 0 20 48 49 21 38 11
Octal 104 56 23 0 40 110 111 41 70 21
Binary 1000100 101110 10011 0 100000 1001000 1001001 100001 111000 10001

Color Harmonies of #442E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E13

Black with #442E13

Text Example


Text Example

White with #442E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442E13; }

 p { color: rgb(68,46,19); }

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

background-color css

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

 a { background-color: rgb(68,46,19); }

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

border-color css

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

 span { border-color: rgb(68,46,19); }

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