Html Css Color HEX #4D360C Clinker

📋 copy color: '#4D360C'

red 77 ◦ green 54 ◦ blue 12

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

Shades of Clinker #4D360C

Tints of Clinker #4D360C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.39%

R = 53.85%
G = 37.76%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.70

RGB Variations

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

Color information

#4D360C (or 0x4D360C) is known color: Clinker. HEX triplet: 4D, 36 and 0C. RGB value is (77,54,12). Sum of RGB (Red+Green+Blue) = 77+54+12=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D360C is #B2C9F3. Grayscale: #383838. Windows color (decimal): -11717108 or 800333. OLE color: 800333.

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

Color convert

RGB 77 54 12 -
CMYK 0 0.30 0.84 0.70
HSL 38.77º 0.73% 0.17% -
HSV(B) 38.77º 0.84% 0.3% -
XYZ 4.45 4.24 0.93 -
YUV 56.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 77 54 12 0 0.30 0.84 0.70 38.77 0.73 0.17
Hex 4D 36 C 0 1E 54 46 27 49 11
Octal 115 66 14 0 36 124 106 47 111 21
Binary 1001101 110110 1100 0 11110 1010100 1000110 100111 1001001 10001

Color Harmonies of #4D360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D360C

Black with #4D360C

Text Example


Text Example

White with #4D360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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