Html Css Color HEX #383206 Maire

📋 copy color: '#383206'

red 56 ◦ green 50 ◦ blue 6

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

Shades of Maire #383206

Tints of Maire #383206

RGB

 RED value IS 56 (22.27% from 255) = 50%

 GREEN value IS 50 (19.92% from 255) = 44.64%

 BLUE value IS 6 (2.73% from 255) = 5.36%

R = 50%
G = 44.64%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#383206 (or 0x383206) is known color: Maire. HEX triplet: 38, 32 and 06. RGB value is (56,50,6). Sum of RGB (Red+Green+Blue) = 56+50+6=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #383206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383206 is #C7CDF9. Grayscale: #2E2E2E. Windows color (decimal): -13094394 or 406072. OLE color: 406072.

HSL color Cylindrical-coordinate representation of color #383206: hue angle of 52.8º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #383206 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 50 6 -
CMYK 0 0.11 0.89 0.78
HSL 52.8º 0.81% 0.12% -
HSV(B) 52.8º 0.89% 0.22% -
XYZ 2.8 3.14 0.63 -
YUV 46.78 104.99 134.58 -
System Red Green Blue C M Y K H S L
Decimal 56 50 6 0 0.11 0.89 0.78 52.8 0.81 0.12
Hex 38 32 6 0 B 59 4E 35 51 C
Octal 70 62 6 0 13 131 116 65 121 14
Binary 111000 110010 110 0 1011 1011001 1001110 110101 1010001 1100

Color Harmonies of #383206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383206

Black with #383206

Text Example


Text Example

White with #383206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383206; }

 p { color: rgb(56,50,6); }

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

background-color css

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

 a { background-color: rgb(56,50,6); }

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

border-color css

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

 span { border-color: rgb(56,50,6); }

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