Html Css Color HEX #413323 Clinker

📋 copy color: '#413323'

red 65 ◦ green 51 ◦ blue 35

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

Shades of Clinker #413323

Tints of Clinker #413323

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.77%

 BLUE value IS 35 (14.06% from 255) = 23.18%

R = 43.05%
G = 33.77%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.75

RGB Variations

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

Color information

#413323 (or 0x413323) is known color: Clinker. HEX triplet: 41, 33 and 23. RGB value is (65,51,35). Sum of RGB (Red+Green+Blue) = 65+51+35=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #413323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413323 is #BECCDC. Grayscale: #353535. Windows color (decimal): -12504285 or 2306881. OLE color: 2306881.

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

Color convert

RGB 65 51 35 -
CMYK 0 0.22 0.46 0.75
HSL 32º 0.3% 0.2% -
HSV(B) 32º 0.46% 0.25% -
XYZ 3.67 3.61 2.09 -
YUV 53.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 65 51 35 0 0.22 0.46 0.75 32 0.3 0.2
Hex 41 33 23 0 16 2E 4B 20 1E 14
Octal 101 63 43 0 26 56 113 40 36 24
Binary 1000001 110011 100011 0 10110 101110 1001011 100000 11110 10100

Color Harmonies of #413323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413323

Black with #413323

Text Example


Text Example

White with #413323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413323; }

 p { color: rgb(65,51,35); }

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

background-color css

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

 a { background-color: rgb(65,51,35); }

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

border-color css

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

 span { border-color: rgb(65,51,35); }

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