Html Css Color HEX #4D3A25 Clinker

📋 copy color: '#4D3A25'

red 77 ◦ green 58 ◦ blue 37

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

Shades of Clinker #4D3A25

Tints of Clinker #4D3A25

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.72%

 BLUE value IS 37 (14.84% from 255) = 21.51%

R = 44.77%
G = 33.72%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.70

RGB Variations

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

Color information

#4D3A25 (or 0x4D3A25) is known color: Clinker. HEX triplet: 4D, 3A and 25. RGB value is (77,58,37). Sum of RGB (Red+Green+Blue) = 77+58+37=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3A25 is #B2C5DA. Grayscale: #3D3D3D. Windows color (decimal): -11716059 or 2439757. OLE color: 2439757.

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

Color convert

RGB 77 58 37 -
CMYK 0 0.25 0.52 0.70
HSL 31.5º 0.35% 0.22% -
HSV(B) 31.5º 0.52% 0.3% -
XYZ 4.91 4.74 2.41 -
YUV 61.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 77 58 37 0 0.25 0.52 0.70 31.5 0.35 0.22
Hex 4D 3A 25 0 19 34 46 1F 23 16
Octal 115 72 45 0 31 64 106 37 43 26
Binary 1001101 111010 100101 0 11001 110100 1000110 11111 100011 10110

Color Harmonies of #4D3A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3A25

Black with #4D3A25

Text Example


Text Example

White with #4D3A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,58,37); }

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

background-color css

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

 a { background-color: rgb(77,58,37); }

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

border-color css

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

 span { border-color: rgb(77,58,37); }

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