Html Css Color HEX #4B341C Clinker

📋 copy color: '#4B341C'

red 75 ◦ green 52 ◦ blue 28

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

Shades of Clinker #4B341C

Tints of Clinker #4B341C

RGB

 RED value IS 75 (29.69% from 255) = 48.39%

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

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

R = 48.39%
G = 33.55%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#4B341C (or 0x4B341C) is known color: Clinker. HEX triplet: 4B, 34 and 1C. RGB value is (75,52,28). Sum of RGB (Red+Green+Blue) = 75+52+28=155 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.39% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 75 - color contains mainly: red. Hex color #4B341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B341C is #B4CBE3. Grayscale: #383838. Windows color (decimal): -11848676 or 1848395. OLE color: 1848395.

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

Color convert

RGB 75 52 28 -
CMYK 0 0.31 0.63 0.71
HSL 30.64º 0.46% 0.2% -
HSV(B) 30.64º 0.63% 0.29% -
XYZ 4.34 4.04 1.65 -
YUV 56.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 75 52 28 0 0.31 0.63 0.71 30.64 0.46 0.2
Hex 4B 34 1C 0 1F 3F 47 1F 2E 14
Octal 113 64 34 0 37 77 107 37 56 24
Binary 1001011 110100 11100 0 11111 111111 1000111 11111 101110 10100

Color Harmonies of #4B341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B341C

Black with #4B341C

Text Example


Text Example

White with #4B341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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