Html Css Color HEX #4B341D Clinker

📋 copy color: '#4B341D'

red 75 ◦ green 52 ◦ blue 29

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

Shades of Clinker #4B341D

Tints of Clinker #4B341D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.59%

R = 48.08%
G = 33.33%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#4B341D (or 0x4B341D) is known color: Clinker. HEX triplet: 4B, 34 and 1D. RGB value is (75,52,29). Sum of RGB (Red+Green+Blue) = 75+52+29=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B341D is #B4CBE2. Grayscale: #383838. Windows color (decimal): -11848675 or 1913931. OLE color: 1913931.

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

Color convert

RGB 75 52 29 -
CMYK 0 0.31 0.61 0.71
HSL 30º 0.44% 0.2% -
HSV(B) 30º 0.61% 0.29% -
XYZ 4.35 4.04 1.71 -
YUV 56.26 112.62 141.37 -
System Red Green Blue C M Y K H S L
Decimal 75 52 29 0 0.31 0.61 0.71 30 0.44 0.2
Hex 4B 34 1D 0 1F 3D 47 1E 2C 14
Octal 113 64 35 0 37 75 107 36 54 24
Binary 1001011 110100 11101 0 11111 111101 1000111 11110 101100 10100

Color Harmonies of #4B341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B341D

Black with #4B341D

Text Example


Text Example

White with #4B341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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