Html Css Color HEX #4C3319 Clinker

📋 copy color: '#4C3319'

red 76 ◦ green 51 ◦ blue 25

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

Shades of Clinker #4C3319

Tints of Clinker #4C3319

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.55%

 BLUE value IS 25 (10.16% from 255) = 16.45%

R = 50%
G = 33.55%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.70

RGB Variations

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

Color information

#4C3319 (or 0x4C3319) is known color: Clinker. HEX triplet: 4C, 33 and 19. RGB value is (76,51,25). Sum of RGB (Red+Green+Blue) = 76+51+25=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3319 is #B3CCE6. Grayscale: #373737. Windows color (decimal): -11783399 or 1651532. OLE color: 1651532.

HSL color Cylindrical-coordinate representation of color #4C3319: hue angle of 30.59º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C3319 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 51 25 -
CMYK 0 0.33 0.67 0.70
HSL 30.59º 0.5% 0.2% -
HSV(B) 30.59º 0.67% 0.3% -
XYZ 4.34 3.97 1.46 -
YUV 55.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 76 51 25 0 0.33 0.67 0.70 30.59 0.5 0.2
Hex 4C 33 19 0 21 43 46 1F 32 14
Octal 114 63 31 0 41 103 106 37 62 24
Binary 1001100 110011 11001 0 100001 1000011 1000110 11111 110010 10100

Color Harmonies of #4C3319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3319

Black with #4C3319

Text Example


Text Example

White with #4C3319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,51,25); }

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

background-color css

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

 a { background-color: rgb(76,51,25); }

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

border-color css

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

 span { border-color: rgb(76,51,25); }

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