Html Css Color HEX #443018 Clinker

📋 copy color: '#443018'

red 68 ◦ green 48 ◦ blue 24

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

Shades of Clinker #443018

Tints of Clinker #443018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.14%

R = 48.57%
G = 34.29%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#443018 (or 0x443018) is known color: Clinker. HEX triplet: 44, 30 and 18. RGB value is (68,48,24). Sum of RGB (Red+Green+Blue) = 68+48+24=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #443018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443018 is #BBCFE7. Grayscale: #333333. Windows color (decimal): -12308456 or 1585220. OLE color: 1585220.

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

Color convert

RGB 68 48 24 -
CMYK 0 0.29 0.65 0.73
HSL 32.73º 0.48% 0.18% -
HSV(B) 32.73º 0.65% 0.27% -
XYZ 3.61 3.41 1.33 -
YUV 51.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 68 48 24 0 0.29 0.65 0.73 32.73 0.48 0.18
Hex 44 30 18 0 1D 41 49 21 30 12
Octal 104 60 30 0 35 101 111 41 60 22
Binary 1000100 110000 11000 0 11101 1000001 1001001 100001 110000 10010

Color Harmonies of #443018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443018

Black with #443018

Text Example


Text Example

White with #443018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443018; }

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

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

background-color css

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

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

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

border-color css

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

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

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