Html Css Color HEX #443011 Clinker

📋 copy color: '#443011'

red 68 ◦ green 48 ◦ blue 17

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

Shades of Clinker #443011

Tints of Clinker #443011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.78%

R = 51.13%
G = 36.09%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#443011 (or 0x443011) is known color: Clinker. HEX triplet: 44, 30 and 11. RGB value is (68,48,17). Sum of RGB (Red+Green+Blue) = 68+48+17=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #443011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443011 is #BBCFEE. Grayscale: #323232. Windows color (decimal): -12308463 or 1126468. OLE color: 1126468.

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

Color convert

RGB 68 48 17 -
CMYK 0 0.29 0.75 0.73
HSL 36.47º 0.6% 0.17% -
HSV(B) 36.47º 0.75% 0.27% -
XYZ 3.54 3.38 1 -
YUV 50.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 68 48 17 0 0.29 0.75 0.73 36.47 0.6 0.17
Hex 44 30 11 0 1D 4B 49 24 3C 11
Octal 104 60 21 0 35 113 111 44 74 21
Binary 1000100 110000 10001 0 11101 1001011 1001001 100100 111100 10001

Color Harmonies of #443011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443011

Black with #443011

Text Example


Text Example

White with #443011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443011; }

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

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

background-color css

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

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

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

border-color css

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

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

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