Html Css Color HEX #493823 Clinker

📋 copy color: '#493823'

red 73 ◦ green 56 ◦ blue 35

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

Shades of Clinker #493823

Tints of Clinker #493823

RGB

 RED value IS 73 (28.91% from 255) = 44.51%

 GREEN value IS 56 (22.27% from 255) = 34.15%

 BLUE value IS 35 (14.06% from 255) = 21.34%

R = 44.51%
G = 34.15%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#493823 (or 0x493823) is known color: Clinker. HEX triplet: 49, 38 and 23. RGB value is (73,56,35). Sum of RGB (Red+Green+Blue) = 73+56+35=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #493823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493823 is #B6C7DC. Grayscale: #3A3A3A. Windows color (decimal): -11978717 or 2308169. OLE color: 2308169.

HSL color Cylindrical-coordinate representation of color #493823: hue angle of 33.16º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #493823 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 56 35 -
CMYK 0 0.23 0.52 0.71
HSL 33.16º 0.35% 0.21% -
HSV(B) 33.16º 0.52% 0.29% -
XYZ 4.47 4.37 2.2 -
YUV 58.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 73 56 35 0 0.23 0.52 0.71 33.16 0.35 0.21
Hex 49 38 23 0 17 34 47 21 23 15
Octal 111 70 43 0 27 64 107 41 43 25
Binary 1001001 111000 100011 0 10111 110100 1000111 100001 100011 10101

Color Harmonies of #493823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493823

Black with #493823

Text Example


Text Example

White with #493823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493823; }

 p { color: rgb(73,56,35); }

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

background-color css

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

 a { background-color: rgb(73,56,35); }

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

border-color css

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

 span { border-color: rgb(73,56,35); }

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