Html Css Color HEX #4B3113 Clinker

📋 copy color: '#4B3113'

red 75 ◦ green 49 ◦ blue 19

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

Shades of Clinker #4B3113

Tints of Clinker #4B3113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.29%

R = 52.45%
G = 34.27%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#4B3113 (or 0x4B3113) is known color: Clinker. HEX triplet: 4B, 31 and 13. RGB value is (75,49,19). Sum of RGB (Red+Green+Blue) = 75+49+19=143 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.45% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3113 is #B4CEEC. Grayscale: #353535. Windows color (decimal): -11849453 or 1257803. OLE color: 1257803.

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

Color convert

RGB 75 49 19 -
CMYK 0 0.35 0.75 0.71
HSL 32.14º 0.6% 0.18% -
HSV(B) 32.14º 0.75% 0.29% -
XYZ 4.12 3.74 1.12 -
YUV 53.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 75 49 19 0 0.35 0.75 0.71 32.14 0.6 0.18
Hex 4B 31 13 0 23 4B 47 20 3C 12
Octal 113 61 23 0 43 113 107 40 74 22
Binary 1001011 110001 10011 0 100011 1001011 1000111 100000 111100 10010

Color Harmonies of #4B3113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3113

Black with #4B3113

Text Example


Text Example

White with #4B3113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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