Html Css Color HEX #442F0E Clinker

📋 copy color: '#442F0E'

red 68 ◦ green 47 ◦ blue 14

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

Shades of Clinker #442F0E

Tints of Clinker #442F0E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 36.43%

 BLUE value IS 14 (5.86% from 255) = 10.85%

R = 52.71%
G = 36.43%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#442F0E (or 0x442F0E) is known color: Clinker. HEX triplet: 44, 2F and 0E. RGB value is (68,47,14). Sum of RGB (Red+Green+Blue) = 68+47+14=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #442F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442F0E is #BBD0F1. Grayscale: #313131. Windows color (decimal): -12308722 or 929604. OLE color: 929604.

HSL color Cylindrical-coordinate representation of color #442F0E: hue angle of 36.67º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #442F0E is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 47 14 -
CMYK 0 0.31 0.79 0.73
HSL 36.67º 0.66% 0.16% -
HSV(B) 36.67º 0.79% 0.27% -
XYZ 3.48 3.29 0.87 -
YUV 49.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 68 47 14 0 0.31 0.79 0.73 36.67 0.66 0.16
Hex 44 2F E 0 1F 4F 49 25 42 10
Octal 104 57 16 0 37 117 111 45 102 20
Binary 1000100 101111 1110 0 11111 1001111 1001001 100101 1000010 10000

Color Harmonies of #442F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F0E

Black with #442F0E

Text Example


Text Example

White with #442F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442F0E; }

 p { color: rgb(68,47,14); }

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

background-color css

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

 a { background-color: rgb(68,47,14); }

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

border-color css

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

 span { border-color: rgb(68,47,14); }

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