Html Css Color HEX #382D07 Mikado

📋 copy color: '#382D07'

red 56 ◦ green 45 ◦ blue 7

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

Shades of Mikado #382D07

Tints of Mikado #382D07

RGB

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

 GREEN value IS 45 (17.97% from 255) = 41.67%

 BLUE value IS 7 (3.13% from 255) = 6.48%

R = 51.85%
G = 41.67%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#382D07 (or 0x382D07) is known color: Mikado. HEX triplet: 38, 2D and 07. RGB value is (56,45,7). Sum of RGB (Red+Green+Blue) = 56+45+7=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 45 (17.97% from 255 or 41.67% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #382D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382D07 is #C7D2F8. Grayscale: #2C2C2C. Windows color (decimal): -13095673 or 470328. OLE color: 470328.

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

Color convert

RGB 56 45 7 -
CMYK 0 0.20 0.88 0.78
HSL 46.53º 0.78% 0.12% -
HSV(B) 46.53º 0.88% 0.22% -
XYZ 2.61 2.73 0.59 -
YUV 43.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 56 45 7 0 0.20 0.88 0.78 46.53 0.78 0.12
Hex 38 2D 7 0 14 58 4E 2F 4E C
Octal 70 55 7 0 24 130 116 57 116 14
Binary 111000 101101 111 0 10100 1011000 1001110 101111 1001110 1100

Color Harmonies of #382D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D07

Black with #382D07

Text Example


Text Example

White with #382D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,45,7); }

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

background-color css

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

 a { background-color: rgb(56,45,7); }

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

border-color css

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

 span { border-color: rgb(56,45,7); }

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