Html Css Color HEX #44331B Clinker

📋 copy color: '#44331B'

red 68 ◦ green 51 ◦ blue 27

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

Shades of Clinker #44331B

Tints of Clinker #44331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.49%

R = 46.58%
G = 34.93%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#44331B (or 0x44331B) is known color: Clinker. HEX triplet: 44, 33 and 1B. RGB value is (68,51,27). Sum of RGB (Red+Green+Blue) = 68+51+27=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #44331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44331B is #BBCCE4. Grayscale: #353535. Windows color (decimal): -12307685 or 1782596. OLE color: 1782596.

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

Color convert

RGB 68 51 27 -
CMYK 0 0.25 0.60 0.73
HSL 35.12º 0.43% 0.19% -
HSV(B) 35.12º 0.6% 0.27% -
XYZ 3.77 3.68 1.55 -
YUV 53.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 68 51 27 0 0.25 0.60 0.73 35.12 0.43 0.19
Hex 44 33 1B 0 19 3C 49 23 2B 13
Octal 104 63 33 0 31 74 111 43 53 23
Binary 1000100 110011 11011 0 11001 111100 1001001 100011 101011 10011

Color Harmonies of #44331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44331B

Black with #44331B

Text Example


Text Example

White with #44331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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