Html Css Color HEX #4A2F09 Clinker

📋 copy color: '#4A2F09'

red 74 ◦ green 47 ◦ blue 9

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

Shades of Clinker #4A2F09

Tints of Clinker #4A2F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 36.15%

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

R = 56.92%
G = 36.15%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#4A2F09 (or 0x4A2F09) is known color: Clinker. HEX triplet: 4A, 2F and 09. RGB value is (74,47,9). Sum of RGB (Red+Green+Blue) = 74+47+9=130 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.92% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2F09 is #B5D0F6. Grayscale: #323232. Windows color (decimal): -11915511 or 601930. OLE color: 601930.

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

Color convert

RGB 74 47 9 -
CMYK 0 0.36 0.88 0.71
HSL 35.08º 0.78% 0.16% -
HSV(B) 35.08º 0.88% 0.29% -
XYZ 3.89 3.51 0.73 -
YUV 50.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 74 47 9 0 0.36 0.88 0.71 35.08 0.78 0.16
Hex 4A 2F 9 0 24 58 47 23 4E 10
Octal 112 57 11 0 44 130 107 43 116 20
Binary 1001010 101111 1001 0 100100 1011000 1000111 100011 1001110 10000

Color Harmonies of #4A2F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2F09

Black with #4A2F09

Text Example


Text Example

White with #4A2F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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