Html Css Color HEX #47320D Clinker

📋 copy color: '#47320D'

red 71 ◦ green 50 ◦ blue 13

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

Shades of Clinker #47320D

Tints of Clinker #47320D

RGB

 RED value IS 71 (28.13% from 255) = 52.99%

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

 BLUE value IS 13 (5.47% from 255) = 9.7%

R = 52.99%
G = 37.31%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#47320D (or 0x47320D) is known color: Clinker. HEX triplet: 47, 32 and 0D. RGB value is (71,50,13). Sum of RGB (Red+Green+Blue) = 71+50+13=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47320D is #B8CDF2. Grayscale: #343434. Windows color (decimal): -12111347 or 864839. OLE color: 864839.

HSL color Cylindrical-coordinate representation of color #47320D: hue angle of 38.28º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47320D is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 50 13 -
CMYK 0 0.30 0.82 0.72
HSL 38.28º 0.69% 0.16% -
HSV(B) 38.28º 0.82% 0.28% -
XYZ 3.81 3.65 0.88 -
YUV 52.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 71 50 13 0 0.30 0.82 0.72 38.28 0.69 0.16
Hex 47 32 D 0 1E 52 48 26 45 10
Octal 107 62 15 0 36 122 110 46 105 20
Binary 1000111 110010 1101 0 11110 1010010 1001000 100110 1000101 10000

Color Harmonies of #47320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47320D

Black with #47320D

Text Example


Text Example

White with #47320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47320D; }

 p { color: rgb(71,50,13); }

 H1.HeaderClassName
 {
   color: #47320D;
 }
 .AnyTagClassName
 {
   color: #47320D;
 }
</style>

background-color css

<style>
 a { background-color: #47320D; }

 a { background-color: rgb(71,50,13); }

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

border-color css

<style>
 span { border-color: #47320D; }

 span { border-color: rgb(71,50,13); }

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