Html Css Color HEX #412D13 Cola

📋 copy color: '#412D13'

red 65 ◦ green 45 ◦ blue 19

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

Shades of Cola #412D13

Tints of Cola #412D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.73%

R = 50.39%
G = 34.88%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#412D13 (or 0x412D13) is known color: Cola. HEX triplet: 41, 2D and 13. RGB value is (65,45,19). Sum of RGB (Red+Green+Blue) = 65+45+19=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #412D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D13 is #BED2EC. Grayscale: #303030. Windows color (decimal): -12505837 or 1256769. OLE color: 1256769.

HSL color Cylindrical-coordinate representation of color #412D13: hue angle of 33.91º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #412D13 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 45 19 -
CMYK 0 0.31 0.71 0.75
HSL 33.91º 0.55% 0.16% -
HSV(B) 33.91º 0.71% 0.25% -
XYZ 3.24 3.05 1.03 -
YUV 48.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 65 45 19 0 0.31 0.71 0.75 33.91 0.55 0.16
Hex 41 2D 13 0 1F 47 4B 22 37 10
Octal 101 55 23 0 37 107 113 42 67 20
Binary 1000001 101101 10011 0 11111 1000111 1001011 100010 110111 10000

Color Harmonies of #412D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D13

Black with #412D13

Text Example


Text Example

White with #412D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,45,19); }

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

background-color css

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

 a { background-color: rgb(65,45,19); }

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

border-color css

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

 span { border-color: rgb(65,45,19); }

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