Html Css Color HEX #413018 Clinker

📋 copy color: '#413018'

red 65 ◦ green 48 ◦ blue 24

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

Shades of Clinker #413018

Tints of Clinker #413018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.52%

R = 47.45%
G = 35.04%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#413018 (or 0x413018) is known color: Clinker. HEX triplet: 41, 30 and 18. RGB value is (65,48,24). Sum of RGB (Red+Green+Blue) = 65+48+24=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #413018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413018 is #BECFE7. Grayscale: #323232. Windows color (decimal): -12505064 or 1585217. OLE color: 1585217.

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

Color convert

RGB 65 48 24 -
CMYK 0 0.26 0.63 0.75
HSL 35.12º 0.46% 0.17% -
HSV(B) 35.12º 0.63% 0.25% -
XYZ 3.4 3.3 1.32 -
YUV 50.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 65 48 24 0 0.26 0.63 0.75 35.12 0.46 0.17
Hex 41 30 18 0 1A 3F 4B 23 2E 11
Octal 101 60 30 0 32 77 113 43 56 21
Binary 1000001 110000 11000 0 11010 111111 1001011 100011 101110 10001

Color Harmonies of #413018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413018

Black with #413018

Text Example


Text Example

White with #413018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413018; }

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

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

background-color css

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

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

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

border-color css

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

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

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