Html Css Color HEX #413017 Clinker

📋 copy color: '#413017'

red 65 ◦ green 48 ◦ blue 23

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

Shades of Clinker #413017

Tints of Clinker #413017

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.29%

 BLUE value IS 23 (9.38% from 255) = 16.91%

R = 47.79%
G = 35.29%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#413017 (or 0x413017) is known color: Clinker. HEX triplet: 41, 30 and 17. RGB value is (65,48,23). Sum of RGB (Red+Green+Blue) = 65+48+23=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #413017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413017 is #BECFE8. Grayscale: #323232. Windows color (decimal): -12505065 or 1519681. OLE color: 1519681.

HSL color Cylindrical-coordinate representation of color #413017: hue angle of 35.71º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #413017 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 48 23 -
CMYK 0 0.26 0.65 0.75
HSL 35.71º 0.48% 0.17% -
HSV(B) 35.71º 0.65% 0.25% -
XYZ 3.39 3.3 1.27 -
YUV 50.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 65 48 23 0 0.26 0.65 0.75 35.71 0.48 0.17
Hex 41 30 17 0 1A 41 4B 24 30 11
Octal 101 60 27 0 32 101 113 44 60 21
Binary 1000001 110000 10111 0 11010 1000001 1001011 100100 110000 10001

Color Harmonies of #413017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413017

Black with #413017

Text Example


Text Example

White with #413017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413017; }

 p { color: rgb(65,48,23); }

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

background-color css

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

 a { background-color: rgb(65,48,23); }

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

border-color css

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

 span { border-color: rgb(65,48,23); }

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