Html Css Color HEX #4A341C Clinker

📋 copy color: '#4A341C'

red 74 ◦ green 52 ◦ blue 28

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

Shades of Clinker #4A341C

Tints of Clinker #4A341C

RGB

 RED value IS 74 (29.3% from 255) = 48.05%

 GREEN value IS 52 (20.7% from 255) = 33.77%

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

R = 48.05%
G = 33.77%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#4A341C (or 0x4A341C) is known color: Clinker. HEX triplet: 4A, 34 and 1C. RGB value is (74,52,28). Sum of RGB (Red+Green+Blue) = 74+52+28=154 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.05% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 74 - color contains mainly: red. Hex color #4A341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A341C is #B5CBE3. Grayscale: #373737. Windows color (decimal): -11914212 or 1848394. OLE color: 1848394.

HSL color Cylindrical-coordinate representation of color #4A341C: hue angle of 31.3º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A341C is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 52 28 -
CMYK 0 0.30 0.62 0.71
HSL 31.3º 0.45% 0.2% -
HSV(B) 31.3º 0.62% 0.29% -
XYZ 4.26 4 1.65 -
YUV 55.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 74 52 28 0 0.30 0.62 0.71 31.3 0.45 0.2
Hex 4A 34 1C 0 1E 3E 47 1F 2D 14
Octal 112 64 34 0 36 76 107 37 55 24
Binary 1001010 110100 11100 0 11110 111110 1000111 11111 101101 10100

Color Harmonies of #4A341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A341C

Black with #4A341C

Text Example


Text Example

White with #4A341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,52,28); }

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

background-color css

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

 a { background-color: rgb(74,52,28); }

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

border-color css

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

 span { border-color: rgb(74,52,28); }

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