Html Css Color HEX #46351D Clinker

📋 copy color: '#46351D'

red 70 ◦ green 53 ◦ blue 29

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

Shades of Clinker #46351D

Tints of Clinker #46351D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.87%

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

R = 46.05%
G = 34.87%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46351D (or 0x46351D) is known color: Clinker. HEX triplet: 46, 35 and 1D. RGB value is (70,53,29). Sum of RGB (Red+Green+Blue) = 70+53+29=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #46351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46351D is #B9CAE2. Grayscale: #373737. Windows color (decimal): -12176099 or 1914182. OLE color: 1914182.

HSL color Cylindrical-coordinate representation of color #46351D: hue angle of 35.12º 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 #46351D is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 53 29 -
CMYK 0 0.24 0.59 0.73
HSL 35.12º 0.41% 0.19% -
HSV(B) 35.12º 0.59% 0.27% -
XYZ 4.02 3.94 1.71 -
YUV 55.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 70 53 29 0 0.24 0.59 0.73 35.12 0.41 0.19
Hex 46 35 1D 0 18 3B 49 23 29 13
Octal 106 65 35 0 30 73 111 43 51 23
Binary 1000110 110101 11101 0 11000 111011 1001001 100011 101001 10011

Color Harmonies of #46351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46351D

Black with #46351D

Text Example


Text Example

White with #46351D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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