Html Css Color HEX #493B23 Clinker

📋 copy color: '#493B23'

red 73 ◦ green 59 ◦ blue 35

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

Shades of Clinker #493B23

Tints of Clinker #493B23

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.33%

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

R = 43.71%
G = 35.33%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#493B23 (or 0x493B23) is known color: Clinker. HEX triplet: 49, 3B and 23. RGB value is (73,59,35). Sum of RGB (Red+Green+Blue) = 73+59+35=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #493B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B23 is #B6C4DC. Grayscale: #3C3C3C. Windows color (decimal): -11977949 or 2308937. OLE color: 2308937.

HSL color Cylindrical-coordinate representation of color #493B23: hue angle of 37.89º 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 #493B23 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 59 35 -
CMYK 0 0.19 0.52 0.71
HSL 37.89º 0.35% 0.21% -
HSV(B) 37.89º 0.52% 0.29% -
XYZ 4.61 4.67 2.25 -
YUV 60.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 73 59 35 0 0.19 0.52 0.71 37.89 0.35 0.21
Hex 49 3B 23 0 13 34 47 26 23 15
Octal 111 73 43 0 23 64 107 46 43 25
Binary 1001001 111011 100011 0 10011 110100 1000111 100110 100011 10101

Color Harmonies of #493B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B23

Black with #493B23

Text Example


Text Example

White with #493B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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