Html Css Color HEX #4D3722 Clinker

📋 copy color: '#4D3722'

red 77 ◦ green 55 ◦ blue 34

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

Shades of Clinker #4D3722

Tints of Clinker #4D3722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.48%

R = 46.39%
G = 33.13%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.70

RGB Variations

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

Color information

#4D3722 (or 0x4D3722) is known color: Clinker. HEX triplet: 4D, 37 and 22. RGB value is (77,55,34). Sum of RGB (Red+Green+Blue) = 77+55+34=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3722 is #B2C8DD. Grayscale: #3B3B3B. Windows color (decimal): -11716830 or 2242381. OLE color: 2242381.

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

Color convert

RGB 77 55 34 -
CMYK 0 0.29 0.56 0.70
HSL 29.3º 0.39% 0.22% -
HSV(B) 29.3º 0.56% 0.3% -
XYZ 4.72 4.43 2.12 -
YUV 59.18 113.79 140.71 -
System Red Green Blue C M Y K H S L
Decimal 77 55 34 0 0.29 0.56 0.70 29.3 0.39 0.22
Hex 4D 37 22 0 1D 38 46 1D 27 16
Octal 115 67 42 0 35 70 106 35 47 26
Binary 1001101 110111 100010 0 11101 111000 1000110 11101 100111 10110

Color Harmonies of #4D3722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3722

Black with #4D3722

Text Example


Text Example

White with #4D3722

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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