Html Css Color HEX #443010 Clinker

📋 copy color: '#443010'

red 68 ◦ green 48 ◦ blue 16

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

Shades of Clinker #443010

Tints of Clinker #443010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.12%

R = 51.52%
G = 36.36%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#443010 (or 0x443010) is known color: Clinker. HEX triplet: 44, 30 and 10. RGB value is (68,48,16). Sum of RGB (Red+Green+Blue) = 68+48+16=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #443010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443010 is #BBCFEF. Grayscale: #323232. Windows color (decimal): -12308464 or 1060932. OLE color: 1060932.

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

Color convert

RGB 68 48 16 -
CMYK 0 0.29 0.76 0.73
HSL 36.92º 0.62% 0.16% -
HSV(B) 36.92º 0.76% 0.27% -
XYZ 3.53 3.38 0.96 -
YUV 50.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 68 48 16 0 0.29 0.76 0.73 36.92 0.62 0.16
Hex 44 30 10 0 1D 4C 49 25 3E 10
Octal 104 60 20 0 35 114 111 45 76 20
Binary 1000100 110000 10000 0 11101 1001100 1001001 100101 111110 10000

Color Harmonies of #443010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443010

Black with #443010

Text Example


Text Example

White with #443010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443010; }

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

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

background-color css

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

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

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

border-color css

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

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

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