Html Css Color HEX #443015 Clinker

📋 copy color: '#443015'

red 68 ◦ green 48 ◦ blue 21

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

Shades of Clinker #443015

Tints of Clinker #443015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.33%

R = 49.64%
G = 35.04%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#443015 (or 0x443015) is known color: Clinker. HEX triplet: 44, 30 and 15. RGB value is (68,48,21). Sum of RGB (Red+Green+Blue) = 68+48+21=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #443015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443015 is #BBCFEA. Grayscale: #333333. Windows color (decimal): -12308459 or 1388612. OLE color: 1388612.

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

Color convert

RGB 68 48 21 -
CMYK 0 0.29 0.69 0.73
HSL 34.47º 0.53% 0.17% -
HSV(B) 34.47º 0.69% 0.27% -
XYZ 3.58 3.4 1.18 -
YUV 50.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 68 48 21 0 0.29 0.69 0.73 34.47 0.53 0.17
Hex 44 30 15 0 1D 45 49 22 35 11
Octal 104 60 25 0 35 105 111 42 65 21
Binary 1000100 110000 10101 0 11101 1000101 1001001 100010 110101 10001

Color Harmonies of #443015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443015

Black with #443015

Text Example


Text Example

White with #443015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443015; }

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

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

background-color css

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

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

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

border-color css

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

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

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