Html Css Color HEX #4D351E Clinker

📋 copy color: '#4D351E'

red 77 ◦ green 53 ◦ blue 30

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

Shades of Clinker #4D351E

Tints of Clinker #4D351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.13%

 BLUE value IS 30 (12.11% from 255) = 18.75%

R = 48.13%
G = 33.13%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#4D351E (or 0x4D351E) is known color: Clinker. HEX triplet: 4D, 35 and 1E. RGB value is (77,53,30). Sum of RGB (Red+Green+Blue) = 77+53+30=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D351E is #B2CAE1. Grayscale: #393939. Windows color (decimal): -11717346 or 1979725. OLE color: 1979725.

HSL color Cylindrical-coordinate representation of color #4D351E: hue angle of 29.36º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D351E is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 53 30 -
CMYK 0 0.31 0.61 0.70
HSL 29.36º 0.44% 0.21% -
HSV(B) 29.36º 0.61% 0.3% -
XYZ 4.57 4.22 1.8 -
YUV 57.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 77 53 30 0 0.31 0.61 0.70 29.36 0.44 0.21
Hex 4D 35 1E 0 1F 3D 46 1D 2C 15
Octal 115 65 36 0 37 75 106 35 54 25
Binary 1001101 110101 11110 0 11111 111101 1000110 11101 101100 10101

Color Harmonies of #4D351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D351E

Black with #4D351E

Text Example


Text Example

White with #4D351E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,53,30); }

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

background-color css

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

 a { background-color: rgb(77,53,30); }

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

border-color css

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

 span { border-color: rgb(77,53,30); }

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