Html Css Color HEX #46341D Clinker

📋 copy color: '#46341D'

red 70 ◦ green 52 ◦ blue 29

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

Shades of Clinker #46341D

Tints of Clinker #46341D

RGB

 RED value IS 70 (27.73% from 255) = 46.36%

 GREEN value IS 52 (20.7% from 255) = 34.44%

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

R = 46.36%
G = 34.44%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46341D (or 0x46341D) is known color: Clinker. HEX triplet: 46, 34 and 1D. RGB value is (70,52,29). Sum of RGB (Red+Green+Blue) = 70+52+29=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #46341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46341D is #B9CBE2. Grayscale: #363636. Windows color (decimal): -12176355 or 1913926. OLE color: 1913926.

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

Color convert

RGB 70 52 29 -
CMYK 0 0.26 0.59 0.73
HSL 33.66º 0.41% 0.19% -
HSV(B) 33.66º 0.59% 0.27% -
XYZ 3.98 3.85 1.7 -
YUV 54.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 70 52 29 0 0.26 0.59 0.73 33.66 0.41 0.19
Hex 46 34 1D 0 1A 3B 49 22 29 13
Octal 106 64 35 0 32 73 111 42 51 23
Binary 1000110 110100 11101 0 11010 111011 1001001 100010 101001 10011

Color Harmonies of #46341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46341D

Black with #46341D

Text Example


Text Example

White with #46341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,52,29); }

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

background-color css

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

 a { background-color: rgb(70,52,29); }

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

border-color css

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

 span { border-color: rgb(70,52,29); }

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