Html Css Color HEX #4D351C Clinker

📋 copy color: '#4D351C'

red 77 ◦ green 53 ◦ blue 28

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

Shades of Clinker #4D351C

Tints of Clinker #4D351C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.72%

R = 48.73%
G = 33.54%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4D351C (or 0x4D351C) is known color: Clinker. HEX triplet: 4D, 35 and 1C. RGB value is (77,53,28). Sum of RGB (Red+Green+Blue) = 77+53+28=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D351C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D351C is #B2CAE3. Grayscale: #393939. Windows color (decimal): -11717348 or 1848653. OLE color: 1848653.

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

Color convert

RGB 77 53 28 -
CMYK 0 0.31 0.64 0.70
HSL 30.61º 0.47% 0.21% -
HSV(B) 30.61º 0.64% 0.3% -
XYZ 4.54 4.21 1.67 -
YUV 57.33 111.45 142.03 -
System Red Green Blue C M Y K H S L
Decimal 77 53 28 0 0.31 0.64 0.70 30.61 0.47 0.21
Hex 4D 35 1C 0 1F 40 46 1F 2F 15
Octal 115 65 34 0 37 100 106 37 57 25
Binary 1001101 110101 11100 0 11111 1000000 1000110 11111 101111 10101

Color Harmonies of #4D351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D351C

Black with #4D351C

Text Example


Text Example

White with #4D351C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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