Html Css Color HEX #493825 Clinker

📋 copy color: '#493825'

red 73 ◦ green 56 ◦ blue 37

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

Shades of Clinker #493825

Tints of Clinker #493825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.29%

R = 43.98%
G = 33.73%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#493825 (or 0x493825) is known color: Clinker. HEX triplet: 49, 38 and 25. RGB value is (73,56,37). Sum of RGB (Red+Green+Blue) = 73+56+37=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #493825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493825 is #B6C7DA. Grayscale: #3B3B3B. Windows color (decimal): -11978715 or 2439241. OLE color: 2439241.

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

Color convert

RGB 73 56 37 -
CMYK 0 0.23 0.49 0.71
HSL 31.67º 0.33% 0.22% -
HSV(B) 31.67º 0.49% 0.29% -
XYZ 4.5 4.38 2.36 -
YUV 58.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 73 56 37 0 0.23 0.49 0.71 31.67 0.33 0.22
Hex 49 38 25 0 17 31 47 20 21 16
Octal 111 70 45 0 27 61 107 40 41 26
Binary 1001001 111000 100101 0 10111 110001 1000111 100000 100001 10110

Color Harmonies of #493825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493825

Black with #493825

Text Example


Text Example

White with #493825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493825; }

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

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

background-color css

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

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

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

border-color css

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

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

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