Html Css Color HEX #4B320B Clinker

📋 copy color: '#4B320B'

red 75 ◦ green 50 ◦ blue 11

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

Shades of Clinker #4B320B

Tints of Clinker #4B320B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.09%

R = 55.15%
G = 36.76%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#4B320B (or 0x4B320B) is known color: Clinker. HEX triplet: 4B, 32 and 0B. RGB value is (75,50,11). Sum of RGB (Red+Green+Blue) = 75+50+11=136 (18% of max value = 765). Red value is 75 (29.69% from 255 or 55.15% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 75 - color contains mainly: red. Hex color #4B320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B320B is #B4CDF4. Grayscale: #353535. Windows color (decimal): -11849205 or 733771. OLE color: 733771.

HSL color Cylindrical-coordinate representation of color #4B320B: hue angle of 36.56º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B320B is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 50 11 -
CMYK 0 0.33 0.85 0.71
HSL 36.56º 0.74% 0.17% -
HSV(B) 36.56º 0.85% 0.29% -
XYZ 4.1 3.8 0.83 -
YUV 53.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 75 50 11 0 0.33 0.85 0.71 36.56 0.74 0.17
Hex 4B 32 B 0 21 55 47 25 4A 11
Octal 113 62 13 0 41 125 107 45 112 21
Binary 1001011 110010 1011 0 100001 1010101 1000111 100101 1001010 10001

Color Harmonies of #4B320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B320B

Black with #4B320B

Text Example


Text Example

White with #4B320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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