Html Css Color HEX #383406 Maire

📋 copy color: '#383406'

red 56 ◦ green 52 ◦ blue 6

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

Shades of Maire #383406

Tints of Maire #383406

RGB

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

 GREEN value IS 52 (20.7% from 255) = 45.61%

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

R = 49.12%
G = 45.61%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#383406 (or 0x383406) is known color: Maire. HEX triplet: 38, 34 and 06. RGB value is (56,52,6). Sum of RGB (Red+Green+Blue) = 56+52+6=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #383406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383406 is #C7CBF9. Grayscale: #303030. Windows color (decimal): -13093882 or 406584. OLE color: 406584.

HSL color Cylindrical-coordinate representation of color #383406: hue angle of 55.2º 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 #383406 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 52 6 -
CMYK 0 0.07 0.89 0.78
HSL 55.2º 0.81% 0.12% -
HSV(B) 55.2º 0.89% 0.22% -
XYZ 2.89 3.31 0.66 -
YUV 47.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 56 52 6 0 0.07 0.89 0.78 55.2 0.81 0.12
Hex 38 34 6 0 7 59 4E 37 51 C
Octal 70 64 6 0 7 131 116 67 121 14
Binary 111000 110100 110 0 111 1011001 1001110 110111 1010001 1100

Color Harmonies of #383406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383406

Black with #383406

Text Example


Text Example

White with #383406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383406; }

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

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

background-color css

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

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

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

border-color css

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

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

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