Html Css Color HEX #472D03 Clinker

📋 copy color: '#472D03'

red 71 ◦ green 45 ◦ blue 3

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

Shades of Clinker #472D03

Tints of Clinker #472D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.52%

R = 59.66%
G = 37.82%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#472D03 (or 0x472D03) is known color: Clinker. HEX triplet: 47, 2D and 03. RGB value is (71,45,3). Sum of RGB (Red+Green+Blue) = 71+45+3=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #472D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D03 is #B8D2FC. Grayscale: #303030. Windows color (decimal): -12112637 or 208199. OLE color: 208199.

HSL color Cylindrical-coordinate representation of color #472D03: hue angle of 37.06º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #472D03 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 45 3 -
CMYK 0 0.37 0.96 0.72
HSL 37.06º 0.92% 0.15% -
HSV(B) 37.06º 0.96% 0.28% -
XYZ 3.55 3.22 0.52 -
YUV 47.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 71 45 3 0 0.37 0.96 0.72 37.06 0.92 0.15
Hex 47 2D 3 0 25 60 48 25 5C F
Octal 107 55 3 0 45 140 110 45 134 17
Binary 1000111 101101 11 0 100101 1100000 1001000 100101 1011100 1111

Color Harmonies of #472D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D03

Black with #472D03

Text Example


Text Example

White with #472D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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