Html Css Color HEX #443215 Clinker

📋 copy color: '#443215'

red 68 ◦ green 50 ◦ blue 21

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

Shades of Clinker #443215

Tints of Clinker #443215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.97%

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

R = 48.92%
G = 35.97%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#443215 (or 0x443215) is known color: Clinker. HEX triplet: 44, 32 and 15. RGB value is (68,50,21). Sum of RGB (Red+Green+Blue) = 68+50+21=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #443215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443215 is #BBCDEA. Grayscale: #343434. Windows color (decimal): -12307947 or 1389124. OLE color: 1389124.

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

Color convert

RGB 68 50 21 -
CMYK 0 0.26 0.69 0.73
HSL 37.02º 0.53% 0.17% -
HSV(B) 37.02º 0.69% 0.27% -
XYZ 3.66 3.56 1.2 -
YUV 52.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 68 50 21 0 0.26 0.69 0.73 37.02 0.53 0.17
Hex 44 32 15 0 1A 45 49 25 35 11
Octal 104 62 25 0 32 105 111 45 65 21
Binary 1000100 110010 10101 0 11010 1000101 1001001 100101 110101 10001

Color Harmonies of #443215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443215

Black with #443215

Text Example


Text Example

White with #443215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443215; }

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

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

background-color css

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

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

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

border-color css

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

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

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