Html Css Color HEX #4B3215 Clinker

📋 copy color: '#4B3215'

red 75 ◦ green 50 ◦ blue 21

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

Shades of Clinker #4B3215

Tints of Clinker #4B3215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.25%

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

R = 51.37%
G = 34.25%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#4B3215 (or 0x4B3215) is known color: Clinker. HEX triplet: 4B, 32 and 15. RGB value is (75,50,21). Sum of RGB (Red+Green+Blue) = 75+50+21=146 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.37% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3215 is #B4CDEA. Grayscale: #363636. Windows color (decimal): -11849195 or 1389131. OLE color: 1389131.

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

Color convert

RGB 75 50 21 -
CMYK 0 0.33 0.72 0.71
HSL 32.22º 0.56% 0.19% -
HSV(B) 32.22º 0.72% 0.29% -
XYZ 4.18 3.83 1.23 -
YUV 54.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 75 50 21 0 0.33 0.72 0.71 32.22 0.56 0.19
Hex 4B 32 15 0 21 48 47 20 38 13
Octal 113 62 25 0 41 110 107 40 70 23
Binary 1001011 110010 10101 0 100001 1001000 1000111 100000 111000 10011

Color Harmonies of #4B3215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3215

Black with #4B3215

Text Example


Text Example

White with #4B3215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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