Html Css Color HEX #49330B Clinker

📋 copy color: '#49330B'

red 73 ◦ green 51 ◦ blue 11

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

Shades of Clinker #49330B

Tints of Clinker #49330B

RGB

 RED value IS 73 (28.91% from 255) = 54.07%

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

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

R = 54.07%
G = 37.78%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#49330B (or 0x49330B) is known color: Clinker. HEX triplet: 49, 33 and 0B. RGB value is (73,51,11). Sum of RGB (Red+Green+Blue) = 73+51+11=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #49330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49330B is #B6CCF4. Grayscale: #353535. Windows color (decimal): -11980021 or 734025. OLE color: 734025.

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

Color convert

RGB 73 51 11 -
CMYK 0 0.30 0.85 0.71
HSL 38.71º 0.74% 0.16% -
HSV(B) 38.71º 0.85% 0.29% -
XYZ 3.99 3.81 0.84 -
YUV 53.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 73 51 11 0 0.30 0.85 0.71 38.71 0.74 0.16
Hex 49 33 B 0 1E 55 47 27 4A 10
Octal 111 63 13 0 36 125 107 47 112 20
Binary 1001001 110011 1011 0 11110 1010101 1000111 100111 1001010 10000

Color Harmonies of #49330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49330B

Black with #49330B

Text Example


Text Example

White with #49330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49330B; }

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

 H1.HeaderClassName
 {
   color: #49330B;
 }
 .AnyTagClassName
 {
   color: #49330B;
 }
</style>

background-color css

<style>
 a { background-color: #49330B; }

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

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

border-color css

<style>
 span { border-color: #49330B; }

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

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