Html Css Color HEX #412F15 Clinker

📋 copy color: '#412F15'

red 65 ◦ green 47 ◦ blue 21

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

Shades of Clinker #412F15

Tints of Clinker #412F15

RGB

 RED value IS 65 (25.78% from 255) = 48.87%

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

 BLUE value IS 21 (8.59% from 255) = 15.79%

R = 48.87%
G = 35.34%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#412F15 (or 0x412F15) is known color: Clinker. HEX triplet: 41, 2F and 15. RGB value is (65,47,21). Sum of RGB (Red+Green+Blue) = 65+47+21=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #412F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F15 is #BED0EA. Grayscale: #313131. Windows color (decimal): -12505323 or 1388353. OLE color: 1388353.

HSL color Cylindrical-coordinate representation of color #412F15: hue angle of 35.45º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #412F15 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 47 21 -
CMYK 0 0.28 0.68 0.75
HSL 35.45º 0.51% 0.17% -
HSV(B) 35.45º 0.68% 0.25% -
XYZ 3.33 3.21 1.15 -
YUV 49.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 65 47 21 0 0.28 0.68 0.75 35.45 0.51 0.17
Hex 41 2F 15 0 1C 44 4B 23 33 11
Octal 101 57 25 0 34 104 113 43 63 21
Binary 1000001 101111 10101 0 11100 1000100 1001011 100011 110011 10001

Color Harmonies of #412F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F15

Black with #412F15

Text Example


Text Example

White with #412F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412F15; }

 p { color: rgb(65,47,21); }

 H1.HeaderClassName
 {
   color: #412F15;
 }
 .AnyTagClassName
 {
   color: #412F15;
 }
</style>

background-color css

<style>
 a { background-color: #412F15; }

 a { background-color: rgb(65,47,21); }

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

border-color css

<style>
 span { border-color: #412F15; }

 span { border-color: rgb(65,47,21); }

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