Html Css Color HEX #4B330B Clinker

📋 copy color: '#4B330B'

red 75 ◦ green 51 ◦ blue 11

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

Shades of Clinker #4B330B

Tints of Clinker #4B330B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.23%

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

R = 54.74%
G = 37.23%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#4B330B (or 0x4B330B) is known color: Clinker. HEX triplet: 4B, 33 and 0B. RGB value is (75,51,11). Sum of RGB (Red+Green+Blue) = 75+51+11=137 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.74% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 75 - color contains mainly: red. Hex color #4B330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B330B is #B4CCF4. Grayscale: #353535. Windows color (decimal): -11848949 or 734027. OLE color: 734027.

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

Color convert

RGB 75 51 11 -
CMYK 0 0.32 0.85 0.71
HSL 37.5º 0.74% 0.17% -
HSV(B) 37.5º 0.85% 0.29% -
XYZ 4.15 3.89 0.85 -
YUV 53.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 75 51 11 0 0.32 0.85 0.71 37.5 0.74 0.17
Hex 4B 33 B 0 20 55 47 26 4A 11
Octal 113 63 13 0 40 125 107 46 112 21
Binary 1001011 110011 1011 0 100000 1010101 1000111 100110 1001010 10001

Color Harmonies of #4B330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B330B

Black with #4B330B

Text Example


Text Example

White with #4B330B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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