Html Css Color HEX #4B3513 Clinker

📋 copy color: '#4B3513'

red 75 ◦ green 53 ◦ blue 19

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

Shades of Clinker #4B3513

Tints of Clinker #4B3513

RGB

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

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

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

R = 51.02%
G = 36.05%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#4B3513 (or 0x4B3513) is known color: Clinker. HEX triplet: 4B, 35 and 13. RGB value is (75,53,19). Sum of RGB (Red+Green+Blue) = 75+53+19=147 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.02% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3513 is #B4CAEC. Grayscale: #373737. Windows color (decimal): -11848429 or 1258827. OLE color: 1258827.

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

Color convert

RGB 75 53 19 -
CMYK 0 0.29 0.75 0.71
HSL 36.43º 0.6% 0.18% -
HSV(B) 36.43º 0.75% 0.29% -
XYZ 4.29 4.09 1.18 -
YUV 55.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 75 53 19 0 0.29 0.75 0.71 36.43 0.6 0.18
Hex 4B 35 13 0 1D 4B 47 24 3C 12
Octal 113 65 23 0 35 113 107 44 74 22
Binary 1001011 110101 10011 0 11101 1001011 1000111 100100 111100 10010

Color Harmonies of #4B3513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3513

Black with #4B3513

Text Example


Text Example

White with #4B3513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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