Html Css Color HEX #382F06 Maire

📋 copy color: '#382F06'

red 56 ◦ green 47 ◦ blue 6

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

Shades of Maire #382F06

Tints of Maire #382F06

RGB

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

 GREEN value IS 47 (18.75% from 255) = 43.12%

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

R = 51.38%
G = 43.12%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#382F06 (or 0x382F06) is known color: Maire. HEX triplet: 38, 2F and 06. RGB value is (56,47,6). Sum of RGB (Red+Green+Blue) = 56+47+6=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 47 (18.75% from 255 or 43.12% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #382F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F06 is #C7D0F9. Grayscale: #2D2D2D. Windows color (decimal): -13095162 or 405304. OLE color: 405304.

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

Color convert

RGB 56 47 6 -
CMYK 0 0.16 0.89 0.78
HSL 49.2º 0.81% 0.12% -
HSV(B) 49.2º 0.89% 0.22% -
XYZ 2.68 2.89 0.59 -
YUV 45.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 56 47 6 0 0.16 0.89 0.78 49.2 0.81 0.12
Hex 38 2F 6 0 10 59 4E 31 51 C
Octal 70 57 6 0 20 131 116 61 121 14
Binary 111000 101111 110 0 10000 1011001 1001110 110001 1010001 1100

Color Harmonies of #382F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F06

Black with #382F06

Text Example


Text Example

White with #382F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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