Html Css Color HEX #4B3115 Clinker

📋 copy color: '#4B3115'

red 75 ◦ green 49 ◦ blue 21

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

Shades of Clinker #4B3115

Tints of Clinker #4B3115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.48%

R = 51.72%
G = 33.79%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#4B3115 (or 0x4B3115) is known color: Clinker. HEX triplet: 4B, 31 and 15. RGB value is (75,49,21). Sum of RGB (Red+Green+Blue) = 75+49+21=145 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.72% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3115 is #B4CEEA. Grayscale: #353535. Windows color (decimal): -11849451 or 1388875. OLE color: 1388875.

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

Color convert

RGB 75 49 21 -
CMYK 0 0.35 0.72 0.71
HSL 31.11º 0.56% 0.19% -
HSV(B) 31.11º 0.72% 0.29% -
XYZ 4.14 3.75 1.21 -
YUV 53.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 75 49 21 0 0.35 0.72 0.71 31.11 0.56 0.19
Hex 4B 31 15 0 23 48 47 1F 38 13
Octal 113 61 25 0 43 110 107 37 70 23
Binary 1001011 110001 10101 0 100011 1001000 1000111 11111 111000 10011

Color Harmonies of #4B3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3115

Black with #4B3115

Text Example


Text Example

White with #4B3115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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