Html Css Color HEX #443012 Clinker

📋 copy color: '#443012'

red 68 ◦ green 48 ◦ blue 18

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

Shades of Clinker #443012

Tints of Clinker #443012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.82%

 BLUE value IS 18 (7.42% from 255) = 13.43%

R = 50.75%
G = 35.82%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#443012 (or 0x443012) is known color: Clinker. HEX triplet: 44, 30 and 12. RGB value is (68,48,18). Sum of RGB (Red+Green+Blue) = 68+48+18=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #443012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443012 is #BBCFED. Grayscale: #323232. Windows color (decimal): -12308462 or 1192004. OLE color: 1192004.

HSL color Cylindrical-coordinate representation of color #443012: hue angle of 36º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #443012 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 48 18 -
CMYK 0 0.29 0.74 0.73
HSL 36º 0.58% 0.17% -
HSV(B) 36º 0.74% 0.27% -
XYZ 3.55 3.39 1.04 -
YUV 50.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 68 48 18 0 0.29 0.74 0.73 36 0.58 0.17
Hex 44 30 12 0 1D 4A 49 24 3A 11
Octal 104 60 22 0 35 112 111 44 72 21
Binary 1000100 110000 10010 0 11101 1001010 1001001 100100 111010 10001

Color Harmonies of #443012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443012

Black with #443012

Text Example


Text Example

White with #443012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443012; }

 p { color: rgb(68,48,18); }

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

background-color css

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

 a { background-color: rgb(68,48,18); }

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

border-color css

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

 span { border-color: rgb(68,48,18); }

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