Html Css Color HEX #44331D Clinker

📋 copy color: '#44331D'

red 68 ◦ green 51 ◦ blue 29

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

Shades of Clinker #44331D

Tints of Clinker #44331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.46%

 BLUE value IS 29 (11.72% from 255) = 19.59%

R = 45.95%
G = 34.46%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#44331D (or 0x44331D) is known color: Clinker. HEX triplet: 44, 33 and 1D. RGB value is (68,51,29). Sum of RGB (Red+Green+Blue) = 68+51+29=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #44331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44331D is #BBCCE2. Grayscale: #353535. Windows color (decimal): -12307683 or 1913668. OLE color: 1913668.

HSL color Cylindrical-coordinate representation of color #44331D: hue angle of 33.85º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44331D is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 51 29 -
CMYK 0 0.25 0.57 0.73
HSL 33.85º 0.4% 0.19% -
HSV(B) 33.85º 0.57% 0.27% -
XYZ 3.79 3.69 1.67 -
YUV 53.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 68 51 29 0 0.25 0.57 0.73 33.85 0.4 0.19
Hex 44 33 1D 0 19 39 49 22 28 13
Octal 104 63 35 0 31 71 111 42 50 23
Binary 1000100 110011 11101 0 11001 111001 1001001 100010 101000 10011

Color Harmonies of #44331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44331D

Black with #44331D

Text Example


Text Example

White with #44331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44331D; }

 p { color: rgb(68,51,29); }

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

background-color css

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

 a { background-color: rgb(68,51,29); }

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

border-color css

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

 span { border-color: rgb(68,51,29); }

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