Html Css Color HEX #47351A Clinker

📋 copy color: '#47351A'

red 71 ◦ green 53 ◦ blue 26

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

Shades of Clinker #47351A

Tints of Clinker #47351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.33%

 BLUE value IS 26 (10.55% from 255) = 17.33%

R = 47.33%
G = 35.33%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47351A (or 0x47351A) is known color: Clinker. HEX triplet: 47, 35 and 1A. RGB value is (71,53,26). Sum of RGB (Red+Green+Blue) = 71+53+26=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47351A is #B8CAE5. Grayscale: #373737. Windows color (decimal): -12110566 or 1717575. OLE color: 1717575.

HSL color Cylindrical-coordinate representation of color #47351A: hue angle of 36º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47351A is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 53 26 -
CMYK 0 0.25 0.63 0.72
HSL 36º 0.46% 0.19% -
HSV(B) 36º 0.63% 0.28% -
XYZ 4.06 3.96 1.53 -
YUV 55.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 71 53 26 0 0.25 0.63 0.72 36 0.46 0.19
Hex 47 35 1A 0 19 3F 48 24 2E 13
Octal 107 65 32 0 31 77 110 44 56 23
Binary 1000111 110101 11010 0 11001 111111 1001000 100100 101110 10011

Color Harmonies of #47351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47351A

Black with #47351A

Text Example


Text Example

White with #47351A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47351A; }

 p { color: rgb(71,53,26); }

 H1.HeaderClassName
 {
   color: #47351A;
 }
 .AnyTagClassName
 {
   color: #47351A;
 }
</style>

background-color css

<style>
 a { background-color: #47351A; }

 a { background-color: rgb(71,53,26); }

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

border-color css

<style>
 span { border-color: #47351A; }

 span { border-color: rgb(71,53,26); }

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