Html Css Color HEX #4B3111 Clinker

📋 copy color: '#4B3111'

red 75 ◦ green 49 ◦ blue 17

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

Shades of Clinker #4B3111

Tints of Clinker #4B3111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.75%

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

R = 53.19%
G = 34.75%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#4B3111 (or 0x4B3111) is known color: Clinker. HEX triplet: 4B, 31 and 11. RGB value is (75,49,17). Sum of RGB (Red+Green+Blue) = 75+49+17=141 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.19% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3111 is #B4CEEE. Grayscale: #353535. Windows color (decimal): -11849455 or 1126731. OLE color: 1126731.

HSL color Cylindrical-coordinate representation of color #4B3111: hue angle of 33.1º 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 #4B3111 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 49 17 -
CMYK 0 0.35 0.77 0.71
HSL 33.1º 0.63% 0.18% -
HSV(B) 33.1º 0.77% 0.29% -
XYZ 4.1 3.73 1.03 -
YUV 53.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 75 49 17 0 0.35 0.77 0.71 33.1 0.63 0.18
Hex 4B 31 11 0 23 4D 47 21 3F 12
Octal 113 61 21 0 43 115 107 41 77 22
Binary 1001011 110001 10001 0 100011 1001101 1000111 100001 111111 10010

Color Harmonies of #4B3111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3111

Black with #4B3111

Text Example


Text Example

White with #4B3111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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