Html Css Color HEX #4B3820 Clinker

📋 copy color: '#4B3820'

red 75 ◦ green 56 ◦ blue 32

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

Shades of Clinker #4B3820

Tints of Clinker #4B3820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.36%

 BLUE value IS 32 (12.89% from 255) = 19.63%

R = 46.01%
G = 34.36%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#4B3820 (or 0x4B3820) is known color: Clinker. HEX triplet: 4B, 38 and 20. RGB value is (75,56,32). Sum of RGB (Red+Green+Blue) = 75+56+32=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3820 is #B4C7DF. Grayscale: #3B3B3B. Windows color (decimal): -11847648 or 2111563. OLE color: 2111563.

HSL color Cylindrical-coordinate representation of color #4B3820: hue angle of 33.49º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B3820 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 56 32 -
CMYK 0 0.25 0.57 0.71
HSL 33.49º 0.4% 0.21% -
HSV(B) 33.49º 0.57% 0.29% -
XYZ 4.58 4.43 1.98 -
YUV 58.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 75 56 32 0 0.25 0.57 0.71 33.49 0.4 0.21
Hex 4B 38 20 0 19 39 47 21 28 15
Octal 113 70 40 0 31 71 107 41 50 25
Binary 1001011 111000 100000 0 11001 111001 1000111 100001 101000 10101

Color Harmonies of #4B3820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3820

Black with #4B3820

Text Example


Text Example

White with #4B3820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,56,32); }

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

background-color css

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

 a { background-color: rgb(75,56,32); }

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

border-color css

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

 span { border-color: rgb(75,56,32); }

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