Html Css Color HEX #472D0D Clinker

📋 copy color: '#472D0D'

red 71 ◦ green 45 ◦ blue 13

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

Shades of Clinker #472D0D

Tints of Clinker #472D0D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 34.88%

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

R = 55.04%
G = 34.88%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#472D0D (or 0x472D0D) is known color: Clinker. HEX triplet: 47, 2D and 0D. RGB value is (71,45,13). Sum of RGB (Red+Green+Blue) = 71+45+13=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #472D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D0D is #B8D2F2. Grayscale: #313131. Windows color (decimal): -12112627 or 863559. OLE color: 863559.

HSL color Cylindrical-coordinate representation of color #472D0D: hue angle of 33.1º 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 #472D0D is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 45 13 -
CMYK 0 0.37 0.82 0.72
HSL 33.1º 0.69% 0.16% -
HSV(B) 33.1º 0.82% 0.28% -
XYZ 3.61 3.25 0.82 -
YUV 49.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 71 45 13 0 0.37 0.82 0.72 33.1 0.69 0.16
Hex 47 2D D 0 25 52 48 21 45 10
Octal 107 55 15 0 45 122 110 41 105 20
Binary 1000111 101101 1101 0 100101 1010010 1001000 100001 1000101 10000

Color Harmonies of #472D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D0D

Black with #472D0D

Text Example


Text Example

White with #472D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472D0D; }

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

 H1.HeaderClassName
 {
   color: #472D0D;
 }
 .AnyTagClassName
 {
   color: #472D0D;
 }
</style>

background-color css

<style>
 a { background-color: #472D0D; }

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

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

border-color css

<style>
 span { border-color: #472D0D; }

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

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