Html Css Color HEX #4A3717 Clinker

📋 copy color: '#4A3717'

red 74 ◦ green 55 ◦ blue 23

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

Shades of Clinker #4A3717

Tints of Clinker #4A3717

RGB

 RED value IS 74 (29.3% from 255) = 48.68%

 GREEN value IS 55 (21.88% from 255) = 36.18%

 BLUE value IS 23 (9.38% from 255) = 15.13%

R = 48.68%
G = 36.18%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.71

RGB Variations

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

Color information

#4A3717 (or 0x4A3717) is known color: Clinker. HEX triplet: 4A, 37 and 17. RGB value is (74,55,23). Sum of RGB (Red+Green+Blue) = 74+55+23=152 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.68% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3717 is #B5C8E8. Grayscale: #393939. Windows color (decimal): -11913449 or 1521482. OLE color: 1521482.

HSL color Cylindrical-coordinate representation of color #4A3717: hue angle of 37.65º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A3717 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 55 23 -
CMYK 0 0.26 0.69 0.71
HSL 37.65º 0.53% 0.19% -
HSV(B) 37.65º 0.69% 0.29% -
XYZ 4.34 4.25 1.4 -
YUV 57.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 74 55 23 0 0.26 0.69 0.71 37.65 0.53 0.19
Hex 4A 37 17 0 1A 45 47 26 35 13
Octal 112 67 27 0 32 105 107 46 65 23
Binary 1001010 110111 10111 0 11010 1000101 1000111 100110 110101 10011

Color Harmonies of #4A3717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3717

Black with #4A3717

Text Example


Text Example

White with #4A3717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A3717; }

 p { color: rgb(74,55,23); }

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

background-color css

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

 a { background-color: rgb(74,55,23); }

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

border-color css

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

 span { border-color: rgb(74,55,23); }

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