Html Css Color HEX #4D340E Clinker

📋 copy color: '#4D340E'

red 77 ◦ green 52 ◦ blue 14

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

Shades of Clinker #4D340E

Tints of Clinker #4D340E

RGB

 RED value IS 77 (30.47% from 255) = 53.85%

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

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

R = 53.85%
G = 36.36%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#4D340E (or 0x4D340E) is known color: Clinker. HEX triplet: 4D, 34 and 0E. RGB value is (77,52,14). Sum of RGB (Red+Green+Blue) = 77+52+14=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D340E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D340E is #B2CBF1. Grayscale: #373737. Windows color (decimal): -11717618 or 930893. OLE color: 930893.

HSL color Cylindrical-coordinate representation of color #4D340E: hue angle of 36.19º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D340E is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 52 14 -
CMYK 0 0.32 0.82 0.70
HSL 36.19º 0.69% 0.18% -
HSV(B) 36.19º 0.82% 0.3% -
XYZ 4.37 4.07 0.97 -
YUV 55.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 77 52 14 0 0.32 0.82 0.70 36.19 0.69 0.18
Hex 4D 34 E 0 20 52 46 24 45 12
Octal 115 64 16 0 40 122 106 44 105 22
Binary 1001101 110100 1110 0 100000 1010010 1000110 100100 1000101 10010

Color Harmonies of #4D340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D340E

Black with #4D340E

Text Example


Text Example

White with #4D340E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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