Html Css Color HEX #442F0F Clinker

📋 copy color: '#442F0F'

red 68 ◦ green 47 ◦ blue 15

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

Shades of Clinker #442F0F

Tints of Clinker #442F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.54%

R = 52.31%
G = 36.15%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#442F0F (or 0x442F0F) is known color: Clinker. HEX triplet: 44, 2F and 0F. RGB value is (68,47,15). Sum of RGB (Red+Green+Blue) = 68+47+15=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #442F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442F0F is #BBD0F0. Grayscale: #313131. Windows color (decimal): -12308721 or 995140. OLE color: 995140.

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

Color convert

RGB 68 47 15 -
CMYK 0 0.31 0.78 0.73
HSL 36.23º 0.64% 0.16% -
HSV(B) 36.23º 0.78% 0.27% -
XYZ 3.49 3.3 0.9 -
YUV 49.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 68 47 15 0 0.31 0.78 0.73 36.23 0.64 0.16
Hex 44 2F F 0 1F 4E 49 24 40 10
Octal 104 57 17 0 37 116 111 44 100 20
Binary 1000100 101111 1111 0 11111 1001110 1001001 100100 1000000 10000

Color Harmonies of #442F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F0F

Black with #442F0F

Text Example


Text Example

White with #442F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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