Html Css Color HEX #443013 Clinker

📋 copy color: '#443013'

red 68 ◦ green 48 ◦ blue 19

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

Shades of Clinker #443013

Tints of Clinker #443013

RGB

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

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

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

R = 50.37%
G = 35.56%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#443013 (or 0x443013) is known color: Clinker. HEX triplet: 44, 30 and 13. RGB value is (68,48,19). Sum of RGB (Red+Green+Blue) = 68+48+19=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #443013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443013 is #BBCFEC. Grayscale: #323232. Windows color (decimal): -12308461 or 1257540. OLE color: 1257540.

HSL color Cylindrical-coordinate representation of color #443013: hue angle of 35.51º 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 #443013 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 48 19 -
CMYK 0 0.29 0.72 0.73
HSL 35.51º 0.56% 0.17% -
HSV(B) 35.51º 0.72% 0.27% -
XYZ 3.56 3.39 1.08 -
YUV 50.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 68 48 19 0 0.29 0.72 0.73 35.51 0.56 0.17
Hex 44 30 13 0 1D 48 49 24 38 11
Octal 104 60 23 0 35 110 111 44 70 21
Binary 1000100 110000 10011 0 11101 1001000 1001001 100100 111000 10001

Color Harmonies of #443013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443013

Black with #443013

Text Example


Text Example

White with #443013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443013; }

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

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

background-color css

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

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

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

border-color css

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

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

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