Html Css Color HEX #41330F Mikado

📋 copy color: '#41330F'

red 65 ◦ green 51 ◦ blue 15

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

Shades of Mikado #41330F

Tints of Mikado #41330F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.45%

R = 49.62%
G = 38.93%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41330F (or 0x41330F) is known color: Mikado. HEX triplet: 41, 33 and 0F. RGB value is (65,51,15). Sum of RGB (Red+Green+Blue) = 65+51+15=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41330F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41330F is #BECCF0. Grayscale: #333333. Windows color (decimal): -12504305 or 996161. OLE color: 996161.

HSL color Cylindrical-coordinate representation of color #41330F: hue angle of 43.2º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41330F is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 51 15 -
CMYK 0 0.22 0.77 0.75
HSL 43.2º 0.63% 0.16% -
HSV(B) 43.2º 0.77% 0.25% -
XYZ 3.45 3.53 0.95 -
YUV 51.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 65 51 15 0 0.22 0.77 0.75 43.2 0.63 0.16
Hex 41 33 F 0 16 4D 4B 2B 3E 10
Octal 101 63 17 0 26 115 113 53 76 20
Binary 1000001 110011 1111 0 10110 1001101 1001011 101011 111110 10000

Color Harmonies of #41330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41330F

Black with #41330F

Text Example


Text Example

White with #41330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41330F; }

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

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

background-color css

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

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

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

border-color css

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

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

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