Html Css Color HEX #4A3309 Clinker

📋 copy color: '#4A3309'

red 74 ◦ green 51 ◦ blue 9

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

Shades of Clinker #4A3309

Tints of Clinker #4A3309

RGB

 RED value IS 74 (29.3% from 255) = 55.22%

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

 BLUE value IS 9 (3.91% from 255) = 6.72%

R = 55.22%
G = 38.06%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#4A3309 (or 0x4A3309) is known color: Clinker. HEX triplet: 4A, 33 and 09. RGB value is (74,51,9). Sum of RGB (Red+Green+Blue) = 74+51+9=134 (17% of max value = 765). Red value is 74 (29.30% from 255 or 55.22% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3309 is #B5CCF6. Grayscale: #353535. Windows color (decimal): -11914487 or 602954. OLE color: 602954.

HSL color Cylindrical-coordinate representation of color #4A3309: hue angle of 38.77º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A3309 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 51 9 -
CMYK 0 0.31 0.88 0.71
HSL 38.77º 0.78% 0.16% -
HSV(B) 38.77º 0.88% 0.29% -
XYZ 4.06 3.84 0.79 -
YUV 53.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 74 51 9 0 0.31 0.88 0.71 38.77 0.78 0.16
Hex 4A 33 9 0 1F 58 47 27 4E 10
Octal 112 63 11 0 37 130 107 47 116 20
Binary 1001010 110011 1001 0 11111 1011000 1000111 100111 1001110 10000

Color Harmonies of #4A3309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3309

Black with #4A3309

Text Example


Text Example

White with #4A3309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,51,9); }

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

background-color css

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

 a { background-color: rgb(74,51,9); }

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

border-color css

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

 span { border-color: rgb(74,51,9); }

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