Html Css Color HEX #4D3618 Clinker

📋 copy color: '#4D3618'

red 77 ◦ green 54 ◦ blue 24

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

Shades of Clinker #4D3618

Tints of Clinker #4D3618

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.84%

 BLUE value IS 24 (9.77% from 255) = 15.48%

R = 49.68%
G = 34.84%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.70

RGB Variations

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

Color information

#4D3618 (or 0x4D3618) is known color: Clinker. HEX triplet: 4D, 36 and 18. RGB value is (77,54,24). Sum of RGB (Red+Green+Blue) = 77+54+24=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3618 is #B2C9E7. Grayscale: #393939. Windows color (decimal): -11717096 or 1586765. OLE color: 1586765.

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

Color convert

RGB 77 54 24 -
CMYK 0 0.30 0.69 0.70
HSL 33.96º 0.52% 0.2% -
HSV(B) 33.96º 0.69% 0.3% -
XYZ 4.54 4.28 1.45 -
YUV 57.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 77 54 24 0 0.30 0.69 0.70 33.96 0.52 0.2
Hex 4D 36 18 0 1E 45 46 22 34 14
Octal 115 66 30 0 36 105 106 42 64 24
Binary 1001101 110110 11000 0 11110 1000101 1000110 100010 110100 10100

Color Harmonies of #4D3618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3618

Black with #4D3618

Text Example


Text Example

White with #4D3618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,54,24); }

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

background-color css

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

 a { background-color: rgb(77,54,24); }

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

border-color css

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

 span { border-color: rgb(77,54,24); }

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