Html Css Color HEX #382F0C Mikado

📋 copy color: '#382F0C'

red 56 ◦ green 47 ◦ blue 12

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

Shades of Mikado #382F0C

Tints of Mikado #382F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.43%

R = 48.7%
G = 40.87%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#382F0C (or 0x382F0C) is known color: Mikado. HEX triplet: 38, 2F and 0C. RGB value is (56,47,12). Sum of RGB (Red+Green+Blue) = 56+47+12=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #382F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F0C is #C7D0F3. Grayscale: #2D2D2D. Windows color (decimal): -13095156 or 798520. OLE color: 798520.

HSL color Cylindrical-coordinate representation of color #382F0C: hue angle of 47.73º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #382F0C is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 47 12 -
CMYK 0 0.16 0.79 0.78
HSL 47.73º 0.65% 0.13% -
HSV(B) 47.73º 0.79% 0.22% -
XYZ 2.71 2.9 0.76 -
YUV 45.7 108.98 135.35 -
System Red Green Blue C M Y K H S L
Decimal 56 47 12 0 0.16 0.79 0.78 47.73 0.65 0.13
Hex 38 2F C 0 10 4F 4E 30 41 D
Octal 70 57 14 0 20 117 116 60 101 15
Binary 111000 101111 1100 0 10000 1001111 1001110 110000 1000001 1101

Color Harmonies of #382F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F0C

Black with #382F0C

Text Example


Text Example

White with #382F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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