Html Css Color HEX #382E04 Maire

📋 copy color: '#382E04'

red 56 ◦ green 46 ◦ blue 4

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

Shades of Maire #382E04

Tints of Maire #382E04

RGB

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

 GREEN value IS 46 (18.36% from 255) = 43.4%

 BLUE value IS 4 (1.95% from 255) = 3.77%

R = 52.83%
G = 43.4%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#382E04 (or 0x382E04) is known color: Maire. HEX triplet: 38, 2E and 04. RGB value is (56,46,4). Sum of RGB (Red+Green+Blue) = 56+46+4=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #382E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E04 is #C7D1FB. Grayscale: #2C2C2C. Windows color (decimal): -13095420 or 273976. OLE color: 273976.

HSL color Cylindrical-coordinate representation of color #382E04: hue angle of 48.46º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #382E04 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 46 4 -
CMYK 0 0.18 0.93 0.78
HSL 48.46º 0.87% 0.12% -
HSV(B) 48.46º 0.93% 0.22% -
XYZ 2.63 2.8 0.52 -
YUV 44.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 56 46 4 0 0.18 0.93 0.78 48.46 0.87 0.12
Hex 38 2E 4 0 12 5D 4E 30 57 C
Octal 70 56 4 0 22 135 116 60 127 14
Binary 111000 101110 100 0 10010 1011101 1001110 110000 1010111 1100

Color Harmonies of #382E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382E04

Black with #382E04

Text Example


Text Example

White with #382E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382E04; }

 p { color: rgb(56,46,4); }

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

background-color css

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

 a { background-color: rgb(56,46,4); }

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

border-color css

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

 span { border-color: rgb(56,46,4); }

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