Html Css Color HEX #4C3822 Clinker

📋 copy color: '#4C3822'

red 76 ◦ green 56 ◦ blue 34

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

Shades of Clinker #4C3822

Tints of Clinker #4C3822

RGB

 RED value IS 76 (30.08% from 255) = 45.78%

 GREEN value IS 56 (22.27% from 255) = 33.73%

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

R = 45.78%
G = 33.73%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.70

RGB Variations

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

Color information

#4C3822 (or 0x4C3822) is known color: Clinker. HEX triplet: 4C, 38 and 22. RGB value is (76,56,34). Sum of RGB (Red+Green+Blue) = 76+56+34=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3822 is #B3C7DD. Grayscale: #3B3B3B. Windows color (decimal): -11782110 or 2242636. OLE color: 2242636.

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

Color convert

RGB 76 56 34 -
CMYK 0 0.26 0.55 0.70
HSL 31.43º 0.38% 0.22% -
HSV(B) 31.43º 0.55% 0.3% -
XYZ 4.68 4.48 2.13 -
YUV 59.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 76 56 34 0 0.26 0.55 0.70 31.43 0.38 0.22
Hex 4C 38 22 0 1A 37 46 1F 26 16
Octal 114 70 42 0 32 67 106 37 46 26
Binary 1001100 111000 100010 0 11010 110111 1000110 11111 100110 10110

Color Harmonies of #4C3822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3822

Black with #4C3822

Text Example


Text Example

White with #4C3822

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,56,34); }

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

background-color css

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

 a { background-color: rgb(76,56,34); }

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

border-color css

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

 span { border-color: rgb(76,56,34); }

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