Html Css Color HEX #4B3213 Clinker

📋 copy color: '#4B3213'

red 75 ◦ green 50 ◦ blue 19

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

Shades of Clinker #4B3213

Tints of Clinker #4B3213

RGB

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

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

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

R = 52.08%
G = 34.72%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#4B3213 (or 0x4B3213) is known color: Clinker. HEX triplet: 4B, 32 and 13. RGB value is (75,50,19). Sum of RGB (Red+Green+Blue) = 75+50+19=144 (19% of max value = 765). Red value is 75 (29.69% from 255 or 52.08% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3213 is #B4CDEC. Grayscale: #363636. Windows color (decimal): -11849197 or 1258059. OLE color: 1258059.

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

Color convert

RGB 75 50 19 -
CMYK 0 0.33 0.75 0.71
HSL 33.21º 0.6% 0.18% -
HSV(B) 33.21º 0.75% 0.29% -
XYZ 4.16 3.82 1.13 -
YUV 53.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 75 50 19 0 0.33 0.75 0.71 33.21 0.6 0.18
Hex 4B 32 13 0 21 4B 47 21 3C 12
Octal 113 62 23 0 41 113 107 41 74 22
Binary 1001011 110010 10011 0 100001 1001011 1000111 100001 111100 10010

Color Harmonies of #4B3213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3213

Black with #4B3213

Text Example


Text Example

White with #4B3213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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