Html Css Color HEX #4B341A Clinker

📋 copy color: '#4B341A'

red 75 ◦ green 52 ◦ blue 26

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

Shades of Clinker #4B341A

Tints of Clinker #4B341A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.99%

R = 49.02%
G = 33.99%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#4B341A (or 0x4B341A) is known color: Clinker. HEX triplet: 4B, 34 and 1A. RGB value is (75,52,26). Sum of RGB (Red+Green+Blue) = 75+52+26=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B341A is #B4CBE5. Grayscale: #383838. Windows color (decimal): -11848678 or 1717323. OLE color: 1717323.

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

Color convert

RGB 75 52 26 -
CMYK 0 0.31 0.65 0.71
HSL 31.84º 0.49% 0.2% -
HSV(B) 31.84º 0.65% 0.29% -
XYZ 4.32 4.03 1.53 -
YUV 55.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 75 52 26 0 0.31 0.65 0.71 31.84 0.49 0.2
Hex 4B 34 1A 0 1F 41 47 20 31 14
Octal 113 64 32 0 37 101 107 40 61 24
Binary 1001011 110100 11010 0 11111 1000001 1000111 100000 110001 10100

Color Harmonies of #4B341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B341A

Black with #4B341A

Text Example


Text Example

White with #4B341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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