Html Css Color HEX #4B3511 Clinker

📋 copy color: '#4B3511'

red 75 ◦ green 53 ◦ blue 17

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

Shades of Clinker #4B3511

Tints of Clinker #4B3511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.55%

 BLUE value IS 17 (7.03% from 255) = 11.72%

R = 51.72%
G = 36.55%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#4B3511 (or 0x4B3511) is known color: Clinker. HEX triplet: 4B, 35 and 11. RGB value is (75,53,17). Sum of RGB (Red+Green+Blue) = 75+53+17=145 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.72% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3511 is #B4CAEE. Grayscale: #373737. Windows color (decimal): -11848431 or 1127755. OLE color: 1127755.

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

Color convert

RGB 75 53 17 -
CMYK 0 0.29 0.77 0.71
HSL 37.24º 0.63% 0.18% -
HSV(B) 37.24º 0.77% 0.29% -
XYZ 4.28 4.08 1.09 -
YUV 55.47 106.29 141.93 -
System Red Green Blue C M Y K H S L
Decimal 75 53 17 0 0.29 0.77 0.71 37.24 0.63 0.18
Hex 4B 35 11 0 1D 4D 47 25 3F 12
Octal 113 65 21 0 35 115 107 45 77 22
Binary 1001011 110101 10001 0 11101 1001101 1000111 100101 111111 10010

Color Harmonies of #4B3511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3511

Black with #4B3511

Text Example


Text Example

White with #4B3511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,53,17); }

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

background-color css

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

 a { background-color: rgb(75,53,17); }

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

border-color css

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

 span { border-color: rgb(75,53,17); }

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