Html Css Color HEX #4D370F Clinker

📋 copy color: '#4D370F'

red 77 ◦ green 55 ◦ blue 15

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

Shades of Clinker #4D370F

Tints of Clinker #4D370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.2%

R = 52.38%
G = 37.41%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#4D370F (or 0x4D370F) is known color: Clinker. HEX triplet: 4D, 37 and 0F. RGB value is (77,55,15). Sum of RGB (Red+Green+Blue) = 77+55+15=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D370F is #B2C8F0. Grayscale: #393939. Windows color (decimal): -11716849 or 997197. OLE color: 997197.

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

Color convert

RGB 77 55 15 -
CMYK 0 0.29 0.81 0.70
HSL 38.71º 0.67% 0.18% -
HSV(B) 38.71º 0.81% 0.3% -
XYZ 4.51 4.34 1.05 -
YUV 57.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 77 55 15 0 0.29 0.81 0.70 38.71 0.67 0.18
Hex 4D 37 F 0 1D 51 46 27 43 12
Octal 115 67 17 0 35 121 106 47 103 22
Binary 1001101 110111 1111 0 11101 1010001 1000110 100111 1000011 10010

Color Harmonies of #4D370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D370F

Black with #4D370F

Text Example


Text Example

White with #4D370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,55,15); }

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

background-color css

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

 a { background-color: rgb(77,55,15); }

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

border-color css

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

 span { border-color: rgb(77,55,15); }

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