Html Css Color HEX #4A340E Clinker

📋 copy color: '#4A340E'

red 74 ◦ green 52 ◦ blue 14

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

Shades of Clinker #4A340E

Tints of Clinker #4A340E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.14%

 BLUE value IS 14 (5.86% from 255) = 10%

R = 52.86%
G = 37.14%
B = 10%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#4A340E (or 0x4A340E) is known color: Clinker. HEX triplet: 4A, 34 and 0E. RGB value is (74,52,14). Sum of RGB (Red+Green+Blue) = 74+52+14=140 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.86% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 74 - color contains mainly: red. Hex color #4A340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A340E is #B5CBF1. Grayscale: #363636. Windows color (decimal): -11914226 or 930890. OLE color: 930890.

HSL color Cylindrical-coordinate representation of color #4A340E: hue angle of 38º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A340E is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 52 14 -
CMYK 0 0.30 0.81 0.71
HSL 38º 0.68% 0.17% -
HSV(B) 38º 0.81% 0.29% -
XYZ 4.13 3.94 0.96 -
YUV 54.25 105.29 142.09 -
System Red Green Blue C M Y K H S L
Decimal 74 52 14 0 0.30 0.81 0.71 38 0.68 0.17
Hex 4A 34 E 0 1E 51 47 26 44 11
Octal 112 64 16 0 36 121 107 46 104 21
Binary 1001010 110100 1110 0 11110 1010001 1000111 100110 1000100 10001

Color Harmonies of #4A340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A340E

Black with #4A340E

Text Example


Text Example

White with #4A340E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,52,14); }

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

background-color css

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

 a { background-color: rgb(74,52,14); }

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

border-color css

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

 span { border-color: rgb(74,52,14); }

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